1
0
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:
Bill Beech
2022-03-09 15:37:29 -07:00
parent 2cede2fb99
commit c9c9fa641b
12 changed files with 469 additions and 446 deletions

View File

@@ -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 }
};