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
1 changed files with 3 additions and 3 deletions

View File

@ -275,9 +275,9 @@ export default class Apple2IO implements MemoryPages, Restorable<Apple2IOState>
}
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;