mirror of
https://github.com/rcornwell/sims.git
synced 2026-03-09 20:18:38 +00:00
KA10: Update debug options for KS10.
This commit is contained in:
@@ -693,11 +693,10 @@ MTAB cpu_mod[] = {
|
||||
/* Simulator debug controls */
|
||||
DEBTAB cpu_debug[] = {
|
||||
{"IRQ", DEBUG_IRQ, "Debug IRQ requests"},
|
||||
#if !KS
|
||||
{"CONI", DEBUG_CONI, "Show coni instructions"},
|
||||
{"CONO", DEBUG_CONO, "Show cono instructions"},
|
||||
{"DATAIO", DEBUG_DATAIO, "Show datai and datao instructions"},
|
||||
#else
|
||||
#if KS
|
||||
{"DATA", DEBUG_DATA, "Show data transfers"},
|
||||
{"DETAIL", DEBUG_DETAIL, "Show details about device"},
|
||||
{"EXP", DEBUG_EXP, "Show exception information"},
|
||||
|
||||
Reference in New Issue
Block a user