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

@ -952,7 +952,7 @@ if (DEBUGGER) {
*/
Debugger.prototype.newAddr = function(addr)
{
return {addr: addr || 0, fTemporary: false};
return {addr: addr, fTemporary: false};
};
/**