1
0
mirror of https://github.com/cc65/cc65.git synced 2024-08-01 02:29:08 +00:00
cc65/libsrc/c1p/c1p.inc
Stephan Mühlstrasser fd5dca08fb Removed unused constants
They were left-overs from early attempts to implement character output.
2014-12-02 18:20:54 +01:00

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