Added a driver to the CBM510 library that lets a joystick pretend to be a mouse.
This commit is contained in:
13
libsrc/cbm510/mouse_stat_stddrv.s
Normal file
13
libsrc/cbm510/mouse_stat_stddrv.s
Normal file
@@ -0,0 +1,13 @@
|
||||
;
|
||||
; 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
|
||||
Reference in New Issue
Block a user