mirror of
https://github.com/trebonian/visual6502.git
synced 2025-07-15 13:24:23 +00:00
First cut refactor into expert and kiosk
This commit is contained in:
@@ -403,6 +403,8 @@ function estimatedHz(){
|
||||
|
||||
function initLogbox(names){
|
||||
var logbox=document.getElementById('logstream');
|
||||
if(logbox==null)return;
|
||||
|
||||
logStream = [];
|
||||
logStream.push("<td>" + names.join("</td><td>") + "</td>");
|
||||
logbox.innerHTML = "<tr>"+logStream.join("</tr><tr>")+"</tr>";
|
||||
|
Reference in New Issue
Block a user