mirror of
https://github.com/cc65/cc65.git
synced 2025-01-16 13:31:16 +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
17 lines
346 B
C++
17 lines
346 B
C++
;
|
|
; extzp.inc for the Lynx
|
|
;
|
|
; Ullrich von Bassewitz, 2004-11-06
|
|
;
|
|
; Assembler include file that imports the runtime zero page locations used
|
|
; by the Lynx runtime, ready for usage in asm code.
|
|
;
|
|
|
|
|
|
.global __iodat: zp
|
|
.global __iodir: zp
|
|
.global __viddma: zp
|
|
.global __sprsys: zp
|
|
|
|
|