2013-06-01 00:11:31 +02:00
|
|
|
;
|
|
|
|
; Oliver Schmidt, 2013-05-31
|
|
|
|
;
|
|
|
|
|
2014-01-03 23:40:22 +01:00
|
|
|
.export em_libref, joy_libref, tgi_libref, ser_libref, mouse_libref
|
2013-06-01 00:11:31 +02:00
|
|
|
.import _exit
|
2013-12-06 20:15:12 +01:00
|
|
|
.import atari_ser_libref
|
2013-06-01 00:11:31 +02:00
|
|
|
|
|
|
|
em_libref := _exit
|
2013-06-01 00:36:08 +02:00
|
|
|
joy_libref := _exit
|
2013-12-06 20:15:12 +01:00
|
|
|
ser_libref := atari_ser_libref
|
2013-09-19 22:36:22 +02:00
|
|
|
.ifdef __ATARIXL__
|
2013-08-25 11:20:27 +02:00
|
|
|
.import CIO_handler
|
|
|
|
tgi_libref := CIO_handler
|
2014-01-14 11:43:34 +01:00
|
|
|
.import set_VTIMR1_handler
|
|
|
|
mouse_libref := set_VTIMR1_handler
|
2013-08-25 11:20:27 +02:00
|
|
|
.else
|
2014-01-14 11:43:34 +01:00
|
|
|
mouse_libref := _exit
|
2013-06-01 12:42:00 +02:00
|
|
|
tgi_libref := _exit
|
2013-08-25 11:20:27 +02:00
|
|
|
.endif
|