mirror of
https://github.com/bobbimanners/Applecorn.git
synced 2025-01-14 19:29:52 +00:00
Added check IRQ is from Mockingboard.
This commit is contained in:
parent
ba8b916e16
commit
5ccc5e47af
BIN
applecorn.po
BIN
applecorn.po
Binary file not shown.
@ -158,8 +158,11 @@ MOCKAMP PHX
|
||||
|
||||
* Mockingboard interrupt service routine - just calls generic audio ISR
|
||||
MOCKISR CLD
|
||||
* TODO: Check whether interrupt is from Mockingboard or not
|
||||
BIT MOCK_6522_T1CL ; Clear interrupt
|
||||
BIT MOCK_6522_IFR ; See if interrupt was from MB
|
||||
BMI :MOCK ; Yes
|
||||
SEC ; We did not service irc
|
||||
RTS
|
||||
:MOCK BIT MOCK_6522_T1CL ; Clear interrupt
|
||||
JSR AUDIOISR
|
||||
CLC ; CC indicates we serviced irq
|
||||
RTS
|
||||
|
Loading…
x
Reference in New Issue
Block a user