1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-06 13:29:01 +00:00
cc65/libsrc/nes/joy_stat_stddrv.s

15 lines
228 B
ArmAsm
Raw Normal View History

;
; Address of the static standard joystick driver
;
; Oliver Schmidt, 2012-11-01
;
; const void joy_static_stddrv[];
;
.export _joy_static_stddrv
.import _nes_stdjoy
.rodata
_joy_static_stddrv := _nes_stdjoy