mirror of
https://github.com/cc65/cc65.git
synced 2024-11-03 10:07:02 +00:00
14 lines
254 B
ArmAsm
14 lines
254 B
ArmAsm
;
|
|
; Address of the static standard mouse driver
|
|
;
|
|
; 2012-11-01, Oliver Schmidt
|
|
; 2013-08-06, Greg King
|
|
;
|
|
; const void mouse_static_stddrv[];
|
|
;
|
|
|
|
.export _mouse_static_stddrv
|
|
.import _cbm510_joy_mou
|
|
|
|
_mouse_static_stddrv := _cbm510_joy_mou
|