From 9c25eb1fe999e04ef83e3a8a30bc68b9f7391f00 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Thu, 11 Aug 2022 13:22:56 -0500 Subject: [PATCH] c64: fixed restart bug when kbd stuck --- src/machine/c64.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/machine/c64.ts b/src/machine/c64.ts index 146364bf..fe78c427 100644 --- a/src/machine/c64.ts +++ b/src/machine/c64.ts @@ -49,7 +49,7 @@ export class C64_WASMMachine extends BaseWASMMachine implements Machine, Probeab // advance BIOS a few frames this.exports.machine_exec(this.sys, 250000); // type in command (SYS 2061) - var cmd = "SYS "+this.prgstart+"\r"; + var cmd = "\rSYS "+this.prgstart+"\r"; for (var i=0; i