XU1541 unter Ubuntu 18.04.1 installieren

Aus www.electronic-man.randschtoischlotzer.de
Wechseln zu: Navigation, Suche

CC65 und OpenCBM installieren

  • CC65:
sudo apt-get install libusb-dev build-essential linux-headers-generic git libncurses-dev
cd ~
git clone https://github.com/cc65/cc65.git
cd cc65
make
sudo PREFIX=/usr make install
  • OpenCBM
cd ~
wget https://downloads.sourceforge.net/project/opencbm/opencbm/opencbm-0.4.99.99/opencbm-0.4.99.99.tar.bz2
tar -xjf opencbm-0.4.99.99.tar.bz2
cd opencbm-0.4.99.99/
make -f LINUX/Makefile opencbm plugin-xu1541
sudo make -f LINUX/Makefile install install-plugin-xu1541
sudo ln -s /usr/local/lib/libopencbm.so.0 /usr/lib/libopencbm.so.0
  • Test:
cbmctrl detect
cbmctrl dir 8
  • XU1541 anzeigen:
lsusb | grep xu1541
  • Ausgabe:
Device 019: ID 0403:c632 Future Technology Devices International, Ltd xu1541 c64 floppy drive interface

Quelle:

Vice (Emulator) einrichten

sudo apt install vice
wget https://downloads.sourceforge.net/project/vice-emu/releases/vice-3.3.tar.gz
tar -xvzf vice-3.3.tar.gz
  • ROMs kopieren:
mkdir ~/.vice
cp /vice-3.3/data/C64 ~/.vice/C64
  • Test:
x64

Vice einstellen