2015-02-11 19:18:24 +01:00
|
|
|
; Addresses
|
2015-02-18 18:38:42 +01:00
|
|
|
SCRNBASE := $D000 ; Base of video RAM
|
|
|
|
INPUTC := $FD00 ; Input character from keyboard
|
|
|
|
RESET := $FF00 ; Reset address, show boot prompt
|
2015-02-11 19:18:24 +01:00
|
|
|
|
|
|
|
; Other definitions
|
2015-02-18 18:38:42 +01:00
|
|
|
VIDEORAMSIZE = $0400 ; Size of C1P video RAM (1 kB)
|
|
|
|
SCR_LINELEN = $18 ; screen width - 1
|
|
|
|
SCR_HEIGHT = $18 ; screen height - 1
|