nes-dont crash when vrc mapper asks for unusual irq mode
This commit is contained in:
parent
f38073db5c
commit
79782defbe
|
@ -237,7 +237,6 @@ namespace BizHawk.Emulation.Consoles.Nintendo
|
||||||
if (irq_mode)
|
if (irq_mode)
|
||||||
{
|
{
|
||||||
ClockIRQ();
|
ClockIRQ();
|
||||||
throw new InvalidOperationException("needed a test case for this; you found one!");
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue