1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-05 06:28:57 +00:00
cc65/libsrc/atari/mouse_stddrv.s
2014-01-04 20:33:24 +01:00

19 lines
279 B
ArmAsm

;
; Name of the standard mouse driver
;
; Christian Groessler, 2014-01-02
;
; const char mouse_stddrv[];
;
.export _mouse_stddrv
.rodata
_mouse_stddrv:
.ifdef __ATARIXL__
.asciiz "ATRXJOY.MOU"
.else
.asciiz "ATRJOY.MOU"
.endif