More panel work

This commit is contained in:
Jeff Parsons 2015-01-29 18:44:58 -08:00 committed by jeffpar
commit 531b9327c6
3 changed files with 271 additions and 47 deletions

View file

@ -204,13 +204,11 @@ Memory.TYPE = {
NONE: 0,
RAM: 1,
ROM: 2,
VIDEO: 3
VIDEO: 3,
NAMES: ["NONE", "RAM", "ROM", "VIDEO"],
COLORS: ["black", "blue", "green", "cyan"]
};
if (DEBUG) {
Memory.TYPE.NAMES = ["NONE", "RAM", "ROM", "VIDEO"];
}
/**
* readNone(off)
*