Prev: 64533 Up: Map Next: 65158
65129: Handler: Interrupts
Used by the routine at AliasInterruptRedirect.
Handler_Interrupts 65129 PUSH IY Stash IY on the stack.
65131 LD IY,23610 IY=ERR_NR.
65135 PUSH AF Stash AF on the stack.
65136 LD A,(65160) Increment *InterruptCounter by one.
65139 INC A
65140 LD (65160),A
65143 CALL 63624 Call 63624.
65146 CALL Controller_AnimalSounds Call Controller_AnimalSounds.
65149 CALL Controller_BombSounds Call Controller_BombSounds.
65152 CALL Controller_GeneralSounds Call Controller_GeneralSounds.
65155 CALL MusicThemeTune Call MusicThemeTune.
Prev: 64533 Up: Map Next: 65158