A snake game clone for Commodore home computers
Go to file
giomba 68456fe39e Memory segments relocation and exposed bugs
- Declared uninitialized segment in zero page: used assembler directives
to reduce errors probability and improve code maintenance; now zeropage
variables addresses are automagically computed by assembler
- Added other debug messages, and rewritten some cycles for good readability and good software engineering
- Fixed more uninitialized stucture bug (maybe I had some sawdust in my
brain when I did this?)
- Fixed concurrency bug in home screen
2018-09-14 15:23:21 +02:00
.gitignore Improved graphics 2018-09-10 15:41:12 +02:00
BUGS Probably fixed rare bug: 2017-12-22 12:30:42 +01:00
Makefile Improved graphics 2018-09-10 15:41:12 +02:00
amour.sid Reorganized memory 2018-09-10 21:39:53 +02:00
multicolor.asm Reorganized memory 2018-09-10 21:39:53 +02:00
snake.asm Memory segments relocation and exposed bugs 2018-09-14 15:23:21 +02:00
tggs.font Reorganized memory 2018-09-10 21:39:53 +02:00