Fix timer IRQ hooking for atarixl target.
This commit is contained in:
@@ -8,11 +8,13 @@
|
||||
|
||||
em_libref := _exit
|
||||
joy_libref := _exit
|
||||
mouse_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