More strict 8080 compatibility changes
This commit is contained in:
parent
2a447fa6ae
commit
01db9fc39e
6 changed files with 1618 additions and 14 deletions
|
|
@ -474,7 +474,6 @@ ROM.prototype.writeCPMString = function(s)
|
|||
this.controlPrint.value += s;
|
||||
this.controlPrint.scrollTop = this.controlPrint.scrollHeight;
|
||||
}
|
||||
this.log(s);
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue