From 74160c3a4445e758e6fddbc82c7cc45f36f8725d Mon Sep 17 00:00:00 2001 From: Richard Cornwell Date: Wed, 18 Jan 2023 12:34:46 -0500 Subject: [PATCH] KA10: Update debug options for KS10. --- PDP10/kx10_cpu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PDP10/kx10_cpu.c b/PDP10/kx10_cpu.c index 23f69fb..c512f4f 100644 --- a/PDP10/kx10_cpu.c +++ b/PDP10/kx10_cpu.c @@ -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"},