colourgo/colourgo
2017-08-09 22:32:15 -04:00
..
make Fix bugs related to correctly detecting the floor underneath the runner when close to the left edge. General code cleanup. 2017-08-05 23:14:25 -04:00
a2e.stdmou.s Add some mouse support based on code from a2bejwld which should get VBL working on the //c 2017-07-21 22:26:34 -05:00
game.h Lots of hires boilerplate. Startup, clear hires, show hires and wait for a keypress before quitting. 2017-07-19 10:28:12 -05:00
game.s Fix problem where a floor off the left side of the screen was not being skipped as a potential floor to land on. 2017-08-09 22:31:54 -04:00
machine.c Add some mouse support based on code from a2bejwld which should get VBL working on the //c 2017-07-21 22:26:34 -05:00
machine.h Draw a floor which moves. 2017-07-19 11:29:43 -05:00
main.c Bump the version number. 2017-08-09 22:32:15 -04:00
Makefile Lots of hires boilerplate. Startup, clear hires, show hires and wait for a keypress before quitting. 2017-07-19 10:28:12 -05:00
mouseWrapper.c Add some mouse support based on code from a2bejwld which should get VBL working on the //c 2017-07-21 22:26:34 -05:00
mouseWrapper.h Add some mouse support based on code from a2bejwld which should get VBL working on the //c 2017-07-21 22:26:34 -05:00
vbl.h Draw a floor which moves. 2017-07-19 11:29:43 -05:00
vbl.s Remove the interruptor export for the IRQ callback. 2017-08-08 23:34:43 -04:00