3 ### Emulator installation
5 On Debian and derivatives, install the `vice` package:
11 Then, install the (not-included) ROMs:
13 wget http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/vice-3.1.tar.gz
14 tar xf vice-3.1.tar.gz -C ~/.vice/ vice-3.1/data --strip-components=2
17 ### Emulator configuration
19 Enable the following options in x128:
20 * Settings → Drive settings → drive #8 options → enable IEC device
21 * Settings → Printer settings → Printer #4 enable IEC device
22 * Settings → Printer settings → Printer #4 emulation → File system access
24 Alternatively, configure the following values in `~/.vice/vicerc` (which you
25 can create by selecting the menu entry “Settings” → “Save settings”):
33 ### Compiling the software into an image
39 ### Running the emulator
45 Then, type `run`, followed by enter.
47 ## Reading files from the floppy (disk image)
49 To view the contents of a file within a disk image (e.g. the logfile), use:
52 c1541 -attach kasse.d64 -read "log-2" >(petcat -nh) >&-