mirror of
https://github.com/cc65/cc65.git
synced 2025-04-06 04:41:08 +00:00
Removed unused constants
They were left-overs from early attempts to implement character output.
This commit is contained in:
parent
e9a90940b1
commit
fd5dca08fb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user