]> git.sur5r.net Git - c128-kasse/blobdiff - README.md
README: remove emulator configuration, we use -config vicerc
[c128-kasse] / README.md
index 4987776675acba1da2cb41a1bae67de5f3453f7c..fcb5e5d10a2a2db1b8923af869721a03c5b8c980 100644 (file)
--- a/README.md
+++ b/README.md
@@ -11,25 +11,10 @@ apt install vice
 Then, install the (not-included) ROMs:
 ```
 wget http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-3.1.tar.gz
+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
 
 ```