Sync PC8080 Bus changes with PCjs

This commit is contained in:
Jeff Parsons 2016-05-03 12:53:57 -07:00
commit e2e5ea1b77
4 changed files with 28 additions and 26 deletions

View file

@ -194,7 +194,7 @@ Memory.TYPE = {
VIDEO: 3,
CTRL: 4,
COLORS: ["black", "blue", "green", "cyan"],
NAMES: ["N/A", "RAM", "ROM", "VID", "H/W"]
NAMES: ["NONE", "RAM", "ROM", "VID", "H/W"]
};
/*