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 2ab89621a9
commit 95c6063f90
6 changed files with 600 additions and 2 deletions

View File

@@ -2,12 +2,13 @@
; Oliver Schmidt, 2013-05-31
;
.export em_libref, joy_libref, tgi_libref, ser_libref
.export em_libref, joy_libref, tgi_libref, ser_libref, mouse_libref
.import _exit
.import atari_ser_libref
em_libref := _exit
joy_libref := _exit
mouse_libref := _exit
ser_libref := atari_ser_libref
.ifdef __ATARIXL__
.import CIO_handler