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,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