1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-11 14:29:11 +00:00
cc65/libsrc/cbm610/cbm610.inc

18 lines
296 B
PHP
Raw Normal View History

;
; CBM610 generic definitions.
;
; ---------------------------------------------------------------------------
; Vector and other locations
FUNKEY_VEC = $03B5
; ---------------------------------------------------------------------------
; I/O
CRTC = $D800
CRTC_ADDR = $00
CRTC_DATA = $01