giomba
70b041cf14
- Added multicolor graphic mode with custom charset, for text and tiles - Added some debug options in Makefile NOTE: code is functioning and correct, but really needs a big cleanup a logical reorganization!
9 lines
171 B
Makefile
9 lines
171 B
Makefile
64:
|
|
dasm snake.asm -DSYSTEM=64 -DDEBUG=0 -osnake.prg
|
|
|
|
debug:
|
|
dasm snake.asm -DSYSTEM=64 -DDEBUG=1 -ssymbols.txt -osnake.prg
|
|
|
|
16:
|
|
dasm snake.asm -DSYSTEM=16 -osnake.prg
|