1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 21:29:03 +00:00
cc65/libsrc/pce/joy_stddrv.s

14 lines
191 B
ArmAsm
Raw Normal View History

2015-07-12 12:27:24 +00:00
;
; Name of the standard joystick driver
;
; Oliver Schmidt, 2012-11-01
;
; const char joy_stddrv[];
;
2015-08-29 13:58:57 +00:00
.export _joy_stddrv
2015-07-12 12:27:24 +00:00
.rodata
_joy_stddrv: .asciiz "pce-stdjoy.joy"