1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-16 17:29:43 +00:00
cc65/libsrc/c1p/c1p.inc
2014-11-16 21:13:18 +01:00

9 lines
310 B
PHP

SCRNBASE := $D000 ; Base of video RAM
VIDEORAMSIZE := $0400 ; Size of C1P video RAM (1 kB)
CURSORPOS := $0200 ; Cursor position for OUTPUTC routine
OUTPUTC := $BF2D ; Output character at cursor position
INPUTC := $FD00 ; Input character from keyboard