We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS

Non-Maskable Interrupt: Difference between revisions

From SnesLab
Jump to: navigation, search
(priority note)
(more precise on what is generating NMI)
Line 1: Line 1:
A '''non-maskable interrupt''' (NMI) is an interrupt that cannot be ignored.  The SNES normally generates an NMI at the beginning of the vertical blanking period, which is received by the Ricoh CPU.
A '''non-maskable interrupt''' (NMI) is an interrupt that cannot be ignored.  The [[PPU]] normally generates an NMI at the beginning of the vertical blanking period, which is received by the Ricoh CPU.


NMIs have higher priority than [[IRQ]]s, but lower priority than Reset.
NMIs have higher priority than [[IRQ]]s, but lower priority than Reset.

Revision as of 06:44, 8 May 2023

A non-maskable interrupt (NMI) is an interrupt that cannot be ignored. The PPU normally generates an NMI at the beginning of the vertical blanking period, which is received by the Ricoh CPU.

NMIs have higher priority than IRQs, but lower priority than Reset.

References