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)
|
||||
{
|
||||
ClockIRQ();
|
||||
throw new InvalidOperationException("needed a test case for this; you found one!");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue