From ad6e5ee981f85839443cc359537bf2997f5ad11d Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 24 Feb 2016 16:25:39 -0500 Subject: remove some unused conio code, move newtitle.s variables to \$cb-\$ce --- taipan.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'taipan.c') 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); -- cgit v1.2.3