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