fd5dca08fb
They were left-overs from early attempts to implement character output.
4 lines
172 B
PHP
4 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
|