Successfully running PCx86 and PC8080 machines on the same page now
This commit is contained in:
parent
145ec9d125
commit
f0509bc5d1
30 changed files with 2773 additions and 3118 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue