From: Stephan Mühlstrasser Date: Tue, 2 Dec 2014 17:20:54 +0000 (+0100) Subject: Removed unused constants X-Git-Tag: V2.15~22^2~30 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=fd5dca08fb3e3db974075f7932f822b687499f4a;p=cc65 Removed unused constants They were left-overs from early attempts to implement character output. --- 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