mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
Don't mix tape/audio out
This commit is contained in:
parent
6c4844cb87
commit
37cd62dad6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user