X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fv6808.cpp;fp=src%2Fv6808.cpp;h=96ff8144c23a3ae0dbd827a0cf6b9667d61e90dc;hb=d1485d7c8a16bf3dd7601bbf6016998eb28bf989;hp=b7691cf4122bcbca0f2b4c30a1648faa1de79051;hpb=b20e94784ba06541fa3583d365e2f511a698a9c5;p=stargem2 diff --git a/src/v6808.cpp b/src/v6808.cpp index b7691cf..96ff814 100755 --- a/src/v6808.cpp +++ b/src/v6808.cpp @@ -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)... }