Add "joystick mouse" driver and default mouse callback routine (not

using P/M graphics).
This commit is contained in:
Christian Groessler
2014-01-03 23:40:22 +01:00
parent 6a17df69dd
commit a5dfce7c41
6 changed files with 600 additions and 2 deletions

View File

@@ -0,0 +1,18 @@
;
; Name of the standard mouse driver
;
; Christian Groessler, 2014-01-02
;
; const char mouse_stddrv[];
;
.export _mouse_stddrv
.rodata
_mouse_stddrv:
.ifdef __ATARIXL__
.asciiz "ATRXJOY.MOU"
.else
.asciiz "ATRJOY.MOU"
.endif