2013-06-01 00:11:31 +02:00
|
|
|
;
|
|
|
|
; Oliver Schmidt, 2013-05-31
|
|
|
|
;
|
|
|
|
|
2014-04-22 12:48:36 +02:00
|
|
|
.export em_libref, joy_libref, tgi_libref
|
2013-06-01 00:11:31 +02:00
|
|
|
.import _exit
|
|
|
|
|
|
|
|
em_libref := _exit
|
2013-06-01 00:36:08 +02:00
|
|
|
joy_libref := _exit
|
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
|
|
|
|
.else
|
2013-06-01 12:42:00 +02:00
|
|
|
tgi_libref := _exit
|
2013-08-25 11:20:27 +02:00
|
|
|
.endif
|