1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-03 22:29:31 +00:00
cc65/libsrc/atmos/atmos.inc
cuz c3b242339c Fixed capslock on startup
git-svn-id: svn://svn.cc65.org/cc65/trunk@2051 b7a2c559-68d2-44c3-8de9-860c34a00d81
2003-04-14 14:45:47 +00:00

32 lines
624 B
PHP

;
; 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