2014-11-08 01:14:46 +01:00
|
|
|
|
2014-11-16 21:13:18 +01:00
|
|
|
SCRNBASE := $D000 ; Base of video RAM
|
|
|
|
VIDEORAMSIZE := $0400 ; Size of C1P video RAM (1 kB)
|
|
|
|
INPUTC := $FD00 ; Input character from keyboard
|
2015-02-08 17:12:54 +01:00
|
|
|
RESET := $FF00 ; Reset address, show boot prompt
|