From fd5dca08fb3e3db974075f7932f822b687499f4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20M=C3=BChlstrasser?= Date: Tue, 2 Dec 2014 18:20:54 +0100 Subject: [PATCH] Removed unused constants They were left-overs from early attempts to implement character output. --- libsrc/c1p/c1p.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libsrc/c1p/c1p.inc b/libsrc/c1p/c1p.inc index 60ea6eaaa..ad058373a 100644 --- a/libsrc/c1p/c1p.inc +++ b/libsrc/c1p/c1p.inc @@ -1,8 +1,4 @@ SCRNBASE := $D000 ; Base of video RAM VIDEORAMSIZE := $0400 ; Size of C1P video RAM (1 kB) - -CURSORPOS := $0200 ; Cursor position for OUTPUTC routine - -OUTPUTC := $BF2D ; Output character at cursor position INPUTC := $FD00 ; Input character from keyboard