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

Interrupt Request: Difference between revisions

From SnesLab
Jump to: navigation, search
(snes9x implementation)
(added some IRQ sources)
Line 1: Line 1:
An '''interrupt request''' (IRQ) is an interrupt that can be ignored.  It has the lowest priority out of all the interrupts.
An '''interrupt request''' (IRQ) is an interrupt that can be ignored.  It has the lowest priority out of all the interrupts. [2]
 
IRQs can go into the [[Control Deck]] through both the [[Cartridge Slot]] and the [[Expansion Port]].


=== See Also ===
=== See Also ===
Line 6: Line 8:
=== External Links ===
=== External Links ===
* snes9x implementation of IRQ: https://github.com/snes9xgit/snes9x/blob/master/cpuops.cpp#L2588
* snes9x implementation of IRQ: https://github.com/snes9xgit/snes9x/blob/master/cpuops.cpp#L2588
* [2] 65c816 datasheet
* [3] https://problemkaputt.de/fullsnes.htm#snesppuinterrupts


[[Category:ASM]]
[[Category:ASM]]

Revision as of 09:01, 20 May 2023

An interrupt request (IRQ) is an interrupt that can be ignored. It has the lowest priority out of all the interrupts. [2]

IRQs can go into the Control Deck through both the Cartridge Slot and the Expansion Port.

See Also

External Links