Index of /QNX/8.0-DEVELOPER_DESKTOP/RPi4_aarch64/VICE/
| Name | Last Modified | Size | Type |
| ../ | | - | Directory |
| bin/ | 2026-May-10 21:02:14 | - | Directory |
| README.txt | 2026-May-11 06:15:16 | 1.3K | text/plain; charset=utf-8 |
| eob.crt | 2026-May-10 19:15:43 | 953.9K | application/x-x509-ca-cert |
| vice-3.10.tar.gz | 2026-May-10 19:10:46 | 16.3M | application/x-gtar-compressed |
### 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