From f90842d4decc6f9453e53785174c73674dc86a51 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 12 Jan 2016 03:43:23 -0500 Subject: move memory layout around to free more code space --- taipan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'taipan.c') 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) } -- cgit v1.2.3