From f034fe75df787acb4503592335f540a162178903 Mon Sep 17 00:00:00 2001 From: JasonMo1 <111677135+JasonMo1@users.noreply.github.com> Date: Mon, 14 Aug 2023 15:19:47 +0800 Subject: [PATCH 1/2] Restart: add restart button to restart emulation easier --- index.html | 4 +- keyboard.js | 6 +- machine.js | 337 ++++++++++++++++++++++++++++++++++++++++++++++ pio.js | 2 +- rom.js | 4 +- screen.js | 4 +- uart.js | 6 +- zeal.js | 374 +++++++--------------------------------------------- 8 files changed, 399 insertions(+), 338 deletions(-) create mode 100644 machine.js diff --git a/index.html b/index.html index 574eae7..16a4873 100644 --- a/index.html +++ b/index.html @@ -84,7 +84,8 @@