1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-09 16:29:09 +00:00

Removed unused constants

They were left-overs from early attempts to implement character output.
This commit is contained in:
Stephan Mühlstrasser 2014-12-02 18:20:54 +01:00
parent e9a90940b1
commit fd5dca08fb

View File

@ -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