Added a driver to the CBM510 library that lets a joystick pretend to be a mouse.

This commit is contained in:
Greg King
2013-08-23 03:06:00 -04:00
parent c4835a9303
commit 1c83d8232b
6 changed files with 632 additions and 3 deletions

View 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"