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