More strict 8080 compatibility changes

This commit is contained in:
Jeff Parsons 2016-04-28 08:55:15 -07:00
commit 01db9fc39e
6 changed files with 1618 additions and 14 deletions

View file

@ -474,7 +474,6 @@ ROM.prototype.writeCPMString = function(s)
this.controlPrint.value += s;
this.controlPrint.scrollTop = this.controlPrint.scrollHeight;
}
this.log(s);
};
/**