]> git.sur5r.net Git - c128-kasse/blobdiff - README.md
README: create ~/.vice directory before using it
[c128-kasse] / README.md
index fe5591bd84083136cc2598ae98a0035038038e2b..b36025911d870b91e2a591339a3cac1db568914a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,7 +8,12 @@ On Debian and derivatives, install the `vice` package:
 apt install vice
 ```
 
-Install `/usr/lib/vice/C128/kernal*` and `/usr/lib/vice/C128/charg*` (ask contributors for a copy).
+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
 
@@ -20,17 +25,26 @@ Enable the following options in x128:
 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
+
+```
+make package
+```
+
 ### Running the emulator
 
 ```
-x128 -autostart kasse.d64
+make vice
 ```
 
+Then, type `run`, followed by enter.
+
 ## Reading files from the floppy (disk image)
 
 To view the contents of a file within a disk image (e.g. the logfile), use: