Removed unused constants
They were left-overs from early attempts to implement character output.
This commit is contained in:
@@ -1,8 +1,4 @@
|
|||||||
|
|
||||||
SCRNBASE := $D000 ; Base of video RAM
|
SCRNBASE := $D000 ; Base of video RAM
|
||||||
VIDEORAMSIZE := $0400 ; Size of C1P video RAM (1 kB)
|
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
|
INPUTC := $FD00 ; Input character from keyboard
|
||||||
|
|||||||
Reference in New Issue
Block a user