From b2f7604ac51db075201ea0aa40d002d3d5e7e071 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 16 Feb 2016 07:04:56 -0500 Subject: shrink code, 5599 bytes free, move some code so it runs straight from bank 3 in cartridge --- timed_getch.s | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'timed_getch.s') diff --git a/timed_getch.s b/timed_getch.s index 41b9ecb..510c885 100644 --- a/timed_getch.s +++ b/timed_getch.s @@ -5,6 +5,12 @@ .include "atari.inc" + .ifdef CART_TARGET + .segment "HIGHCODE" + .else + .code + .endif + ; keyboard and timer functions for taipan. ; sleep for j jiffies. -- cgit v1.2.3