aboutsummaryrefslogtreecommitdiff
path: root/taipan.c
diff options
context:
space:
mode:
Diffstat (limited to 'taipan.c')
-rw-r--r--taipan.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/taipan.c b/taipan.c
index 301290c..f0974f7 100644
--- a/taipan.c
+++ b/taipan.c
@@ -2091,12 +2091,12 @@ void final_stats(void)
/* restore CHBAS to its original value, generally the ROM font.
This is called fontsave in newtitle.s. */
- POKE(756, PEEK(0x3c1));
+ POKE(756, PEEK(0xcc));
/* restore COLOR1 and COLOR2. These locations are called
color1save and color2save in newtitle.s. */
- POKE(709, PEEK(0x3c2));
- POKE(710, PEEK(0x3c3));
+ POKE(709, PEEK(0xcd));
+ POKE(710, PEEK(0xce));
#endif
exit(0);