]> git.sur5r.net Git - c128-kasse/commitdiff
update README with actually working instructions
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 4 Nov 2017 11:26:25 +0000 (12:26 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 4 Nov 2017 11:26:25 +0000 (12:26 +0100)
.gitignore
README.md
vicerc [new file with mode: 0644]

index c5eb3a49595b962c123f54cb3b9bb6d065105828..4185cffbda8349c4c0b690eb9090836bda4d56df 100644 (file)
@@ -16,3 +16,4 @@ ascii
 *.lbl
 TAGS
 test/test
 *.lbl
 TAGS
 test/test
+print.dump
index fe5591bd84083136cc2598ae98a0035038038e2b..16b05fb2898758b89d214e90ab35e8e4dd392a8b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,7 +8,11 @@ On Debian and derivatives, install the `vice` package:
 apt install vice
 ```
 
 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
+tar xf vice-3.1.tar.gz -C ~/.vice/ vice-3.1/data --strip-components=2
+```
 
 ### Emulator configuration
 
 
 ### Emulator configuration
 
@@ -20,15 +24,22 @@ 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”):
 ```
 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
 ```
 
 IECDevice4=1
 IECDevice8=1
 Printer4=1
 ```
 
+### Compiling the software into an image
+
+```
+make package
+```
+
 ### Running the emulator
 
 ```
 ### Running the emulator
 
 ```
-x128 -autostart kasse.d64
+x128 -config vicerc -autostart kasse.d71 +go64 -80col
 ```
 
 ## Reading files from the floppy (disk image)
 ```
 
 ## Reading files from the floppy (disk image)
diff --git a/vicerc b/vicerc
new file mode 100644 (file)
index 0000000..f9c2f9c
--- /dev/null
+++ b/vicerc
@@ -0,0 +1,4 @@
+[C128]
+IECDevice4=1
+IECDevice8=1
+Printer4=1