Fix timer IRQ hooking for atarixl target.

This commit is contained in:
Christian Groessler
2014-01-14 11:43:34 +01:00
parent 86fe20fb14
commit e85a3f9762
3 changed files with 126 additions and 8 deletions

View File

@@ -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