mirror of
https://github.com/cc65/cc65.git
synced 2024-11-01 11:04:34 +00:00
17 lines
217 B
ArmAsm
17 lines
217 B
ArmAsm
;
|
|
; Name of the standard mouse driver
|
|
;
|
|
; 2009-09-11, Ullrich von Bassewitz
|
|
; 2013-06-25, Greg King
|
|
;
|
|
; const char mouse_stddrv[];
|
|
;
|
|
|
|
.export _mouse_stddrv
|
|
|
|
.rodata
|
|
|
|
_mouse_stddrv: .asciiz "cbm510-joy.mou"
|
|
|
|
|