]> Shamusworld >> Repos - apple2/blobdiff - src/v65c02.cpp
Added known issues file, small fix for booting from running Apple.
[apple2] / src / v65c02.cpp
index 82158c81ec3011322fed13643a4d7d263c8e2935..fbc5018a0b6b454c1a5dc614a09821ab212607e0 100644 (file)
@@ -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)