]> git.sur5r.net Git - c128-kasse/commitdiff
README: remove emulator configuration, we use -config vicerc master
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 27 Oct 2018 21:39:59 +0000 (23:39 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 27 Oct 2018 21:40:47 +0000 (23:40 +0200)
README.md

index b36025911d870b91e2a591339a3cac1db568914a..fcb5e5d10a2a2db1b8923af869721a03c5b8c980 100644 (file)
--- 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
 
 ```