]> Shamusworld >> Repos - stargem2/blobdiff - src/v6808.cpp
Some more fixes to the V6809 core to prevent clock destruction, fixes to
[stargem2] / src / v6808.cpp
index b7691cf4122bcbca0f2b4c30a1648faa1de79051..96ff8144c23a3ae0dbd827a0cf6b9667d61e90dc 100755 (executable)
@@ -2177,6 +2177,7 @@ logGo = true;
                                regs.pc = RdMemW(0xFFF8);               // And do it!
 
                                regs.clock += 0;                                // How many???
+#warning "IRQ/NMI lines should not be cleared here... !!! FIX !!!"
                                context->cpuFlags &= ~V6808_ASSERT_LINE_IRQ;    // Reset the asserted line (IRQ)...
                                regs.cpuFlags &= ~V6808_ASSERT_LINE_IRQ;        // Reset the asserted line (IRQ)...
                        }