Don't mix tape/audio out

This commit is contained in:
Will Scullin 2021-04-25 12:48:27 -07:00
parent 6c4844cb87
commit 37cd62dad6
No known key found for this signature in database
GPG Key ID: 26DCD1042C6638CD

View File

@ -275,9 +275,9 @@ export default class Apple2IO implements MemoryPages, Restorable<Apple2IOState>
} }
break; break;
case LOC.TAPEOUT: // C02x case LOC.TAPEOUT: // C02x
this._phase = -this._phase; // this._phase = -this._phase;
this._didAudio = true; // this._didAudio = true;
this._tick(); // this._tick();
break; break;
case LOC.SPEAKER: // C03x case LOC.SPEAKER: // C03x
this._phase = -this._phase; this._phase = -this._phase;