From 2316ea0e05c00eb65d83cfe6def57e9840910096 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 20 Mar 2021 03:46:20 -0400 Subject: Fix build on cc65 >= 2.18 (without breaking <= 2.17) --- conio/cgetc.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conio/cgetc.s') diff --git a/conio/cgetc.s b/conio/cgetc.s index d1ae705..0085258 100644 --- a/conio/cgetc.s +++ b/conio/cgetc.s @@ -8,7 +8,7 @@ .include "atari.inc" .export _cgetc .import KEYBDV_handler - .import cursor,mul40 + .import cursor _cgetc: lda #12 -- cgit v1.2.3