Successfully running PCx86 and PC8080 machines on the same page now

This commit is contained in:
Jeff Parsons 2016-08-18 10:29:24 -07:00
commit f0509bc5d1
30 changed files with 2773 additions and 3118 deletions

View file

@ -31,7 +31,7 @@
"use strict";
var Messages = {
var Messages8080 = {
CPU: 0x00000001,
BUS: 0x00000040,
MEM: 0x00000080,
@ -51,4 +51,4 @@ var Messages = {
HALT: 0x80000000|0
};
if (NODE) module.exports = Messages;
if (NODE) module.exports = Messages8080;