1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-06 13:29:01 +00:00
cc65/libsrc/atmos/atmos.inc

32 lines
624 B
PHP
Raw Normal View History

;
; Oric atmos zeropage and ROM definitions
;
; ---------------------------------------------------------------------------
; Zero page
; ---------------------------------------------------------------------------
; Low memory
CAPSLOCK = $20C
CURS_Y = $268
CURS_X = $269
STATUS = $26A
TIMER3 = $276
KEYBUF = $2DF
; ---------------------------------------------------------------------------
; ROM entries
PRINT = $F77C
; ---------------------------------------------------------------------------
; I/O
SCREEN = $BB80