1
0
mirror of https://github.com/UzixLS/pacemuzx.git synced 2025-07-19 07:11:20 +03:00
Commit Graph

6 Commits

Author SHA1 Message Date
ec4006bbef Fixed code size overflow crash
Adding the new keyboard code in the last release pushed the code
size beyond the 4K region allocated for it. The colour/mono
functions were then corrupted by the stack or overwritten by the
look-up tables generated at B000.

The look-up tables have been moved to B200, to give an extra 512
bytes of space. The stack has also been moved to hang back from
C000, which is after the end of the look-up tables.

Also changed the green ghost to dark yellow, to be closer to its
original orange colour. Changing the maze colour also uses the
bright version unless Shift is pressed.
2016-11-22 23:20:11 +00:00
bfddaa0024 pacemuzx v1.4 2014-03-02 00:04:25 +00:00
d95bad7148 pacemuzx v1.3 2012-01-08 04:09:58 +00:00
51391b356a pacemuzx v1.2 2011-12-06 21:51:26 +00:00
96ae820ccc pacemuzx v1.1 2011-11-10 00:14:42 +00:00
9f263276fe pacemuzx v1.0 2011-11-08 23:51:06 +00:00