Skip to content

Commit

Permalink
Added resetCPU to Live Demo example prog. loading
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmcsoftware authored Sep 18, 2023
1 parent c10c848 commit 1866065
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1464,6 +1464,7 @@
"65 66 67 468 fd 3fc00000 fffffffd "; break;
}
if (prog===0) { return; }
resetCPU();
processBin(str);
loaded=true;
started=0;
Expand Down

0 comments on commit 1866065

Please sign in to comment.