1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-01 08:29:37 +00:00
cc65/asminc/atmos.inc
uz f40c977623 Added (again) IRQ support for the Oric Atmos by Stefan Haubenthal. This time
with the correct patch for atmos.inc.


git-svn-id: svn://svn.cc65.org/cc65/trunk@5039 b7a2c559-68d2-44c3-8de9-860c34a00d81
2011-06-07 21:22:02 +00:00

33 lines
633 B
PHP

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