X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fv65c02.cpp;fp=src%2Fv65c02.cpp;h=fbc5018a0b6b454c1a5dc614a09821ab212607e0;hb=bb4c4d2761e4da67094890211811dba8f4c0eff7;hp=82158c81ec3011322fed13643a4d7d263c8e2935;hpb=695e6c22a404fc7e4141a5c8e5ceda10d48c7fd3;p=apple2 diff --git a/src/v65c02.cpp b/src/v65c02.cpp index 82158c8..fbc5018 100644 --- a/src/v65c02.cpp +++ b/src/v65c02.cpp @@ -2303,8 +2303,9 @@ void Execute65C02(V65C02REGS * context, uint32_t cycles) else if (regs->pc == 0x2141) dumpDis = false;*/ -#if 1 +#if 0 // Bard's Tale II +// Turns out a bug in floppydrive.cpp prevented this from working. :-P static bool hitGo = false; if (regs->pc == 0xA000)