mirror of
https://github.com/Tolik-Trek/Estex-DSS.git
synced 2026-06-15 09:21:47 +03:00
M_INT: RFI is CH-A ONLY (per Z80 SIO spec)
This commit is contained in:
parent
e11d63b729
commit
e3345456fa
@ -1008,7 +1008,7 @@ M_INT: IN A,(SLOT3)
|
||||
;!TEST SIO INT
|
||||
IF MOUSE_INT_ENABLED
|
||||
LD A,%0011'1000 ; return from int
|
||||
OUT (Z84.SIO.Ch_B.Ctrl),A
|
||||
OUT (Z84.SIO.Ch_A.Ctrl),A ; RFI is CH-A ONLY (per Z80 SIO spec)
|
||||
ENDIF
|
||||
RET
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user