[dev]force status box to 3-line form, other layout tweaks

This commit is contained in:
BigEd
2010-10-02 16:36:02 +00:00
parent 5f24e86c3e
commit 2d20ef2dad
2 changed files with 15 additions and 6 deletions

View File

@@ -341,7 +341,7 @@ function chipStatus(){
' Y:' + hexByte(readY()) +
' SP:' + hexByte(readSP()) +
' ' + readPstring();
setStatus(machine1 + "<br>" + machine2 + "<br>Hz: " + estimatedHz().toFixed(1));
setStatus(machine1, machine2, "Hz: " + estimatedHz().toFixed(1));
if (loglevel>0) {
updateLogbox(signalSet(loglevel));
}