]> git.sur5r.net Git - cc65/blob - libsrc/osic1p/osic1p.inc
Incorporated another round of feedback for pull request.
[cc65] / libsrc / osic1p / osic1p.inc
1 ; Addresses\r
2 SCRNBASE        := $D000        ; Base of video RAM\r
3 INPUTC          := $FD00        ; Input character from keyboard\r
4 RESET           := $FF00        ; Reset address, show boot prompt\r
5 \r
6 ; Other definitions\r
7 VIDEORAMSIZE    = $0400         ; Size of C1P video RAM (1 kB)\r
8 SCR_LINELEN     = $18           ; screen width - 1\r
9 SCR_HEIGHT      = $18           ; screen height - 1\r