### Vice on QNX 8.0 aarch64 ### ### orginal source https://vice-emu.sourceforge.io/index.html#download ### https://sourceforge.net/projects/vice-emu/files/releases/vice-3.10.tar.gz/download ### Patched to build/run on QNX 8.0 aarch64 ### ### Binary ### ### Compiled with SDL2 support only ### wget https://astr0baby.online/QNX/8.0-DEVELOPER_DESKTOP/RPi4_aarch64/VICE/bin/vice.tar.gz mv vice.tar.gz / cd / tar -zxvf vice.tar.gz ### Running EOB1 on QNX 8.0 from screen session ### wget https://astr0baby.online/QNX/8.0-DEVELOPER_DESKTOP/RPi4_aarch64/VICE/eob.crt ### Custom x128 loader script adjusted fomr 800x480 LCD with custom menu key defined as ('`') ### SDL_RENDER_DRIVER=software \ SDL_VIDEODRIVER=qnx \ SDL_NO_SIGNAL_HANDLERS=1 \ x128 -menukey 96 \ -controlport2device 8 \ -mouse \ -sdl2 -default \ -windowwidth 800 \ -windowheight 480 \ -VICIIfilter 0 \ -VICIIvsync \ -VICIIfull \ -go64 \ -warp \ +sound \ -sounddev dummy \ -attach8rw \ -cartcrt eob.crt ### Compile sources ### ### you need to build and install XA assembler first https://astr0baby.online/QNX/8.0-DEVELOPER_DESKTOP/RPi4_aarch64/XA/ ### Then build VICE wget https://astr0baby.online/QNX/8.0-DEVELOPER_DESKTOP/RPi4_aarch64/VICE/vice-3.10.tar.gz tar -zxvf vice-3.10.tar.gz cd vice-3.10 ./configure --enable-sdlui2 --disable-gtk3ui --disable-pdf-docs --without-pulse --with-alsa make make install