diff --git a/js/apple2io.ts b/js/apple2io.ts index 7b2fa0c..aaec8fb 100644 --- a/js/apple2io.ts +++ b/js/apple2io.ts @@ -275,9 +275,9 @@ export default class Apple2IO implements MemoryPages, Restorable } break; case LOC.TAPEOUT: // C02x - this._phase = -this._phase; - this._didAudio = true; - this._tick(); + // this._phase = -this._phase; + // this._didAudio = true; + // this._tick(); break; case LOC.SPEAKER: // C03x this._phase = -this._phase;