mirror of
https://github.com/cc65/cc65.git
synced 2025-01-28 15:31:18 +00:00
84be744418
Added interrupt vector to joystick driver. New code from Karri. Rewrote joystick initialization to make it somewhat shorter. git-svn-id: svn://svn.cc65.org/cc65/trunk@3281 b7a2c559-68d2-44c3-8de9-860c34a00d81
20 lines
364 B
ArmAsm
20 lines
364 B
ArmAsm
;
|
|
; Ullrich von Bassewitz, 2004-11-06
|
|
;
|
|
; zeropage locations for exclusive use by the library
|
|
;
|
|
|
|
.include "extzp.inc"
|
|
|
|
.segment "EXTZP" : zeropage
|
|
|
|
; ------------------------------------------------------------------------
|
|
; mikey and suzy shadow registers
|
|
|
|
__iodat: .res 1
|
|
__iodir: .res 1
|
|
__viddma: .res 1
|
|
__sprsys: .res 1
|
|
|
|
|