Z80 interrupts

From NeoGeo Development Wiki
Revision as of 00:48, 12 October 2016 by Furrtek (talk | contribs) (Created page with "=IRQ= {{Chipname|Z80}} IRQs can be generated by the {{Chipname|YM2610}}, and are mostly used to time music playback. The vector address is '''$0038'''. They can be disabled...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

IRQ

Z80 IRQs can be generated by the YM2610, and are mostly used to time music playback.

The vector address is $0038.

They can be disabled in software (DI/EI).

NMI

Non Maskable Interrupts are triggered when the 68k sends a sound command.

The vector address is $0066.

They can only be disabled through ports $08 and $18.