diff --git a/emu.js b/emu.js index 13eb03a..9833078 100644 --- a/emu.js +++ b/emu.js @@ -267,5 +267,6 @@ class Emulator { } window.addEventListener('DOMContentLoaded', () => { + document.getElementById('output').innerText = ''; window.emu = new Emulator(); }); diff --git a/index.html b/index.html index 8a7e713..4ad8213 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,8 @@
- +