mirror of
https://github.com/cc65/cc65.git
synced 2024-11-02 18:06:48 +00:00
15 lines
191 B
ArmAsm
15 lines
191 B
ArmAsm
;
|
|
; Name of the standard mouse driver
|
|
;
|
|
; 2010-01-25, Greg King
|
|
;
|
|
; const char mouse_stddrv[];
|
|
;
|
|
|
|
.export _mouse_stddrv
|
|
|
|
.rodata
|
|
|
|
_mouse_stddrv:
|
|
.asciiz "geos-stdmou.mou"
|