Apple2: Set mousecard IRQ rate when possible

This commit is contained in:
Colin Leroy-Mira
2025-05-11 11:49:53 +02:00
committed by Oliver Schmidt
parent 3b089b715a
commit cd92e4f0af
4 changed files with 55 additions and 4 deletions

View File

@@ -2,10 +2,9 @@
; Oliver Schmidt, 2013-05-31
;
.export em_libref, mouse_libref, ser_libref, tgi_libref
.export em_libref, ser_libref, tgi_libref
.import _exit
em_libref := _exit
mouse_libref := _exit
ser_libref := _exit
tgi_libref := _exit