From 37cd62dad6f0cb00454f8f93ebc968b65205d7bb Mon Sep 17 00:00:00 2001 From: Will Scullin Date: Sun, 25 Apr 2021 12:48:27 -0700 Subject: [PATCH] Don't mix tape/audio out --- js/apple2io.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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;