Removed unused constants
They were left-overs from early attempts to implement character output.
This commit is contained in:
parent
e9a90940b1
commit
fd5dca08fb
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Reference in a new issue