diff --git a/apple2jse.html b/apple2jse.html index e15c3ce..6af1290 100644 --- a/apple2jse.html +++ b/apple2jse.html @@ -124,8 +124,8 @@ + onclick="reset(event)" + oncontextmenu="reset(event)" />
diff --git a/js/main2e.js b/js/main2e.js index df4bc50..5892909 100644 --- a/js/main2e.js +++ b/js/main2e.js @@ -769,6 +769,8 @@ function processHash(hash) { * Keyboard/Gamepad routines */ +window.reset = keyboard.reset; + function _keydown(evt) { audio.autoStart();