From 40b6e66a359729a15affe02f305759bc60e70a91 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 4 Nov 2017 12:26:25 +0100 Subject: [PATCH] update README with actually working instructions --- .gitignore | 1 + README.md | 15 +++++++++++++-- vicerc | 4 ++++ 3 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 vicerc diff --git a/.gitignore b/.gitignore index c5eb3a4..4185cff 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ ascii *.lbl TAGS test/test +print.dump diff --git a/README.md b/README.md index fe5591b..16b05fb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,11 @@ 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 +tar xf vice-3.1.tar.gz -C ~/.vice/ vice-3.1/data --strip-components=2 +``` ### 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”): ``` +[C128] IECDevice4=1 IECDevice8=1 Printer4=1 ``` +### Compiling the software into an image + +``` +make package +``` + ### Running the emulator ``` -x128 -autostart kasse.d64 +x128 -config vicerc -autostart kasse.d71 +go64 -80col ``` ## Reading files from the floppy (disk image) diff --git a/vicerc b/vicerc new file mode 100644 index 0000000..f9c2f9c --- /dev/null +++ b/vicerc @@ -0,0 +1,4 @@ +[C128] +IECDevice4=1 +IECDevice8=1 +Printer4=1 -- 2.39.2