Split libref.s into multiple files to prevent inclusion of unnecessary code.
This commit is contained in:
@@ -2,19 +2,14 @@
|
||||
; Oliver Schmidt, 2013-05-31
|
||||
;
|
||||
|
||||
.export em_libref, joy_libref, tgi_libref, ser_libref, mouse_libref
|
||||
.export em_libref, joy_libref, tgi_libref
|
||||
.import _exit
|
||||
.import atari_ser_libref
|
||||
|
||||
em_libref := _exit
|
||||
joy_libref := _exit
|
||||
ser_libref := atari_ser_libref
|
||||
.ifdef __ATARIXL__
|
||||
.import CIO_handler
|
||||
tgi_libref := CIO_handler
|
||||
.import set_VTIMR1_handler
|
||||
mouse_libref := set_VTIMR1_handler
|
||||
.else
|
||||
mouse_libref := _exit
|
||||
tgi_libref := _exit
|
||||
.endif
|
||||
|
||||
Reference in New Issue
Block a user