diff --git a/src/machine/apple2.ts b/src/machine/apple2.ts index 21581da4..ba2b2912 100644 --- a/src/machine/apple2.ts +++ b/src/machine/apple2.ts @@ -182,6 +182,8 @@ export class AppleII extends BasicScanlineMachine implements AcceptsBIOS { this.auxRAMselected = false; this.auxRAMbank = 1; this.writeinhibit = true; + this.ram.fill(0, 0x300, 0x400); // Clear soft-reset vector + // (force hard reset) this.skipboot(); } skipboot() {