mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
5 lines
233 B
PHP
5 lines
233 B
PHP
|
|
SCRNBASE := $D000 ; Base of video RAM
|
|
VIDEORAMSIZE := $0400 ; Size of C1P video RAM (1 kB)
|
|
INPUTC := $FD00 ; Input character from keyboard
|
|
RESET := $FF00 ; Reset address, show boot prompt |