1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-16 09:29:32 +00:00
cc65/libsrc/pce/joy_stat_stddrv.s

14 lines
249 B
ArmAsm
Raw Normal View History

2015-07-12 12:27:24 +00:00
;
; Address of the static standard joystick driver
;
; Oliver Schmidt, 2012-11-01
;
; const void joy_static_stddrv[];
;
2015-08-29 13:58:57 +00:00
.export _joy_static_stddrv
2015-07-12 12:27:24 +00:00
2015-11-17 14:14:15 +00:00
.import _pce_stdjoy_joy
2015-07-12 12:27:24 +00:00
2015-08-29 13:58:57 +00:00
_joy_static_stddrv := _pce_stdjoy_joy