X-Git-Url: https://git.sur5r.net/?p=c128-kasse;a=blobdiff_plain;f=README.md;h=fcb5e5d10a2a2db1b8923af869721a03c5b8c980;hp=b36025911d870b91e2a591339a3cac1db568914a;hb=eb2df6dd956161278553c7c1f7de1da9af2b70f9;hpb=492bd9de49a9e560a2a423af1aae2d76333c7c97 diff --git a/README.md b/README.md index b360259..fcb5e5d 100644 --- a/README.md +++ b/README.md @@ -15,22 +15,6 @@ mkdir -p ~/.vice tar xf vice-3.1.tar.gz -C ~/.vice/ vice-3.1/data --strip-components=2 ``` -### Emulator configuration - -Enable the following options in x128: -* Settings → Drive settings → drive #8 options → enable IEC device -* Settings → Printer settings → Printer #4 enable IEC device -* Settings → Printer settings → Printer #4 emulation → File system access - -Alternatively, configure the following values in `~/.vice/vicerc` (which you -can create by selecting the menu entry “Settings” → “Save settings”): -``` -[C128] -IECDevice4=1 -IECDevice8=1 -Printer4=1 -``` - ### Compiling the software into an image ```