Skip to content

Commit

Permalink
Console is now cleared on Reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Bell committed Apr 5, 2012
1 parent 4ef6a40 commit 868ac27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Expand Up @@ -54,6 +54,7 @@
function reset() {
dcpu.clear();
document.getElementById('debug').value = dcpu.getDump();
document.getElementById('console').value = '';
}
function sendInput() {
dcpu.input(document.getElementById('input').value);
Expand Down Expand Up @@ -81,7 +82,7 @@
<body>
<div id="container">
<a href="http://github.com/mappum/DCPU-16"><h1>DCPU-16 Emulator</h1></a>
<h2>V 0.5 - By Mappum</h2>
<h2>V0.6 - By Mappum</h2>
<textarea id="editor" cols="60" rows="40">
; Try some basic stuff
SET A, 0x30 ; 7c01 0030
Expand Down

0 comments on commit 868ac27

Please sign in to comment.