Copyright (C) 2024 by Christian Garbs mitch@cgarbs.de
licensed under the GNU GPL v3 or later
https://github.com/mmitch/hasischnucki
none yet, this is work in progress :)
TBD
TBD
TBD
TBD
These instructions are based on Debian Bookworm in 2024:
- install the
avr-libc
package via apt(1), aptitude(1) or the like - clone or download the uzebox source repository
- note that hasischnucki will automatically try to compile both gconvert and packrom from the uzebox toolset
- clone or download the hasischnucki source directory
- enter the
hasischnucki/
directory - manually edit the
UZEBOX_DIR
setting indefault/Makefile
to point to youruzebox/
directory from step 2 - compile hasischnucki via
cd default; make
- you should now have a
hasischnucki.uze
file in thedefault/
subdirectory
There are several ways to play hasischnucki:
- copy
hasischnucki.uze
to the SD card of your uzebox - run
hasischnucki.uze
in an emulator, eg. cuzebox (on Debian, you will need to install thelibsdl2-dev
package to compile it yourself) - you should also be able to flash
hasischnucki.hex
directly to your uzebox, but you will overwrite the uzebox bootloader by doing so