2014-04-22 10:48:36 +00:00
|
|
|
;
|
|
|
|
; Christian Groessler, 2014-04-22
|
|
|
|
;
|
|
|
|
|
|
|
|
.export mouse_libref
|
|
|
|
|
|
|
|
.ifdef __ATARIXL__
|
2019-01-29 21:00:55 +00:00
|
|
|
.import set_VTIMR2_handler
|
|
|
|
mouse_libref := set_VTIMR2_handler
|
2014-04-22 10:48:36 +00:00
|
|
|
.else
|
|
|
|
.import _exit
|
|
|
|
mouse_libref := _exit
|
|
|
|
.endif
|