Getting Started with the Uzebox Video Game Console (part 1)
Where to get the Debian Live ISO/hybrid: http://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/ The password in case the screen locks on you: live Uzebox website: http://uzebox.org Terminal commands for installing the dev environment: sudo apt-get update sudo apt-get install -y gcc-avr binutils-avr avr-libc avrdude g++ git libsdl2-dev git clone https://github.com/Uzebox/uzebox.git cd uzebox make To build the alternative emulator (faster, slightly different feature set) cd tools git clone https://github.com/Jubatian/cuzebox.git cd cuzebox make To compile and run Bugz: # Debian 11 does not come with xcftools, so first compile and install xcftools from source git clone https://github.com/j-jorge/xcftools.git cd xcftools/ ./configure sudo apt-get install libpng-dev gettext make all sudo make install cd ~/uzebox mkdir MY_GAMES cd MY_GAMES git clone https://github.com/artcfox/bugz.git cd bugz/default #sudo apt-get install xcftools ./scratch Uzem (emulator) Keyboard Mappings F1 Display help F5 Debugger resume execution (if compiled with DISAM switch) F9 Debugger halt execution (if compiled with DISAM switch) F10 Debugger single step (if compiled with DISAM switch) 0 AVCORE Baseboard power switch 1/2 Adjust left edge lock 3/4 Adjust top edge lock 5 Toggle NES/SNES 1p/SNES 2p/SNES mouse mode (default is SNES pad) 6 Mouse sensitivity scale factor 7 Re-map joystick Esc Quit emulator SNES 1p: Up--Up, Down--Down, Left--Left, Right--Right, A--a, B--s, X--x, Y--z, Start--Enter, Select--Tab, Left Shoulder--Left Shift, Right Shoulder--Right Shift
Where to get the Debian Live ISO/hybrid: http://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/ The password in case the screen locks on you: live Uzebox website: http://uzebox.org Terminal commands for installing the dev environment: sudo apt-get update sudo apt-get install -y gcc-avr binutils-avr avr-libc avrdude g++ git libsdl2-dev git clone https://github.com/Uzebox/uzebox.git cd uzebox make To build the alternative emulator (faster, slightly different feature set) cd tools git clone https://github.com/Jubatian/cuzebox.git cd cuzebox make To compile and run Bugz: # Debian 11 does not come with xcftools, so first compile and install xcftools from source git clone https://github.com/j-jorge/xcftools.git cd xcftools/ ./configure sudo apt-get install libpng-dev gettext make all sudo make install cd ~/uzebox mkdir MY_GAMES cd MY_GAMES git clone https://github.com/artcfox/bugz.git cd bugz/default #sudo apt-get install xcftools ./scratch Uzem (emulator) Keyboard Mappings F1 Display help F5 Debugger resume execution (if compiled with DISAM switch) F9 Debugger halt execution (if compiled with DISAM switch) F10 Debugger single step (if compiled with DISAM switch) 0 AVCORE Baseboard power switch 1/2 Adjust left edge lock 3/4 Adjust top edge lock 5 Toggle NES/SNES 1p/SNES 2p/SNES mouse mode (default is SNES pad) 6 Mouse sensitivity scale factor 7 Re-map joystick Esc Quit emulator SNES 1p: Up--Up, Down--Down, Left--Left, Right--Right, A--a, B--s, X--x, Y--z, Start--Enter, Select--Tab, Left Shoulder--Left Shift, Right Shoulder--Right Shift