diff options
Diffstat (limited to 'taipan.c')
-rw-r--r-- | taipan.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -122,7 +122,6 @@ extern void __fastcall__ clear_lorcha(int which); /* used to set the background/text colors here, but now the title screen does it (newtitle.s) */ void atari_text_setup() { -#ifndef CART_TARGET jsleep(1); POKE(560, PEEK(212)); // restore the POKE(561, PEEK(213)); // display list @@ -130,7 +129,6 @@ void atari_text_setup() { POKE(559, 34); // turn on the screen (normal playfield) jsleep(1); POKE(756, FONT_ADDR / 256); // use our custom font -#endif POKE(731, 1); // disable keyclick on XL/XE (does nothing on 400/800) } |