aboutsummaryrefslogtreecommitdiff
path: root/taipan.c
diff options
context:
space:
mode:
Diffstat (limited to 'taipan.c')
-rw-r--r--taipan.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/taipan.c b/taipan.c
index 4e042ee..9380d1d 100644
--- a/taipan.c
+++ b/taipan.c
@@ -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)
}