mirror of
https://github.com/simh/simh.git
synced 2026-05-04 06:58:38 +00:00
SWTP6800: General cleanup and boot fixup
DC-4: fixed flags M6800: simplified code in big instr decode loop, Removed sim-debug M6810: added examine and deposit (from Thomas Pfau), Removed sim-debug MP-A: added examine and deposit (from Thomas Pfau)
This commit is contained in:
@@ -92,12 +92,10 @@ MTAB BOOTROM_mod[] = {
|
||||
};
|
||||
|
||||
DEBTAB BOOTROM_debug[] = {
|
||||
{ "ALL", DEBUG_all },
|
||||
{ "FLOW", DEBUG_flow },
|
||||
{ "READ", DEBUG_read },
|
||||
{ "WRITE", DEBUG_write },
|
||||
{ "LEV1", DEBUG_level1 },
|
||||
{ "LEV2", DEBUG_level2 },
|
||||
{ "ALL", DEBUG_all, "All debug bits" },
|
||||
{ "FLOW", DEBUG_flow, "Flow control" },
|
||||
{ "READ", DEBUG_read, "Read Command" },
|
||||
{ "WRITE", DEBUG_write, "Write Command"},
|
||||
{ NULL }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user