mirror of
https://github.com/cc65/cc65.git
synced 2024-11-02 18:06:48 +00:00
13 lines
232 B
ArmAsm
13 lines
232 B
ArmAsm
|
;
|
||
|
; Address of the static standard joystick driver
|
||
|
;
|
||
|
; Christian Groessler, 2014-05-12
|
||
|
;
|
||
|
; const void joy_static_stddrv[];
|
||
|
;
|
||
|
|
||
|
.export _joy_static_stddrv
|
||
|
.import _atr5200std_joy
|
||
|
|
||
|
_joy_static_stddrv := _atr5200std_joy
|