aboutsummaryrefslogtreecommitdiff
path: root/taipan.c
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-01-12 03:43:23 -0500
committerB. Watson <yalhcru@gmail.com>2016-01-12 03:43:23 -0500
commitf90842d4decc6f9453e53785174c73674dc86a51 (patch)
treeec749af9e26555c8ea07d60e5de66ce174efc2ae /taipan.c
parent235efa90197fe69b4c2cf681a277d10ed2eed4d2 (diff)
downloadtaipan-f90842d4decc6f9453e53785174c73674dc86a51.tar.gz
move memory layout around to free more code space
Diffstat (limited to 'taipan.c')
-rw-r--r--taipan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/taipan.c b/taipan.c
index fe2a7b9..0a1b015 100644
--- a/taipan.c
+++ b/taipan.c
@@ -123,7 +123,7 @@ void atari_text_setup() {
jsleep(1);
POKE(559, 34); // turn on the screen (normal playfield)
jsleep(1);
- POKE(756, 0xb8); // use our custom font
+ POKE(756, FONT_ADDR / 256); // use our custom font
POKE(731, 1); // disable keyclick on XL/XE (does nothing on 400/800)
}