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 1f5c468..1371fd1 100644
--- a/taipan.c
+++ b/taipan.c
@@ -3345,12 +3345,12 @@ hangx: goto hangx;
int main(void) {
char choice;
- /* newtitle.s saves the OS's display list pointer in FR0,
+ /* newtitle.s saves the OS's display list pointer in FRE,
sets up its own DL, and uses narrow playfield mode. First
thing we do it put things back the way they were.
FONT_ADDR is set on the command line (see the Makefile). */
- POKE(560, PEEK(0xe0)); // restore the
- POKE(561, PEEK(0xe1)); // display list
+ POKE(560, PEEK(0xda)); // restore the
+ POKE(561, PEEK(0xdb)); // display list
POKE(756, FONT_ADDR / 256); // use our custom font
POKE(731, 1); // disable keyclick on XL/XE (does nothing on 400/800)
POKE(559, 34); // turn on the screen (normal playfield)