mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
fd5dca08fb
They were left-overs from early attempts to implement character output.
5 lines
172 B
PHP
5 lines
172 B
PHP
|
|
SCRNBASE := $D000 ; Base of video RAM
|
|
VIDEORAMSIZE := $0400 ; Size of C1P video RAM (1 kB)
|
|
INPUTC := $FD00 ; Input character from keyboard
|