Skip to content

Configuration guide

cheveron edited this page Jun 1, 2020 · 10 revisions

SE Basic IV can be configured using an optional CONFIG.SYS file in the /SYSTEM/ folder. This file accepts line endings in Macintosh (CR), UNIX (LF) and Windows (CRLF) line endings.

Example: French language / Western European code page enabled

### language (number = required code page)

## deutsch
# ln=de-1252

## english (US)
# ln=en-us 

## español
# ln=es-1252

## français
ln=fr-1252

## italiana
# ln=it

## magyar
# ln=hu-1250

## nederlands
# ln=nl

## português (Portugal)
# ln=pt-1252

## suomi
# ln=fi=1252

## türk
# ln=tr-1254

## ελληνικά
# ln=gr-1253

## русский
# ln=ru-1251

## українська
# ln=ua-1251


### code page (8-bit system font)

## Cyrillic
# cp=1251

## Greek
# cp=1253

## Hebrew
# cp=1255

## Japanese (MSX 2+)
# cp=msx2plus

## Latin 1 / Western European
cp=1252

## Latin 2 / Central European
# cp=1250

## Turkish
# cp=1254

## Atari 8-bit
# cp=atascii

## Atari ST
# cp=atari-st

## Commodore 8=bit
# cp=petscii

## IBM PC US
# cp=0437-ibm
Clone this wiki locally