diff --git a/src/config.h b/src/config.h index c674068..a2377ec 100644 --- a/src/config.h +++ b/src/config.h @@ -132,7 +132,7 @@ Define this symbol if extended information is desired during condition handling; this is usually useful only for debugging purposes. */ -/* #define CHF_EXTENDED_INFO */ +#define CHF_EXTENDED_INFO /* DEBUG: Define this symbol to include the debugging code for all source modules diff --git a/src/cpu.c b/src/cpu.c index 94421d8..63ca70e 100644 --- a/src/cpu.c +++ b/src/cpu.c @@ -270,6 +270,7 @@ static void ExecBUSCB( void ) static void ExecBUSCC( void ) { debug1( DEBUG_C_TRACE, CPU_I_CALLED, "ExecBUSCC" ); +// 49g bugs here ChfCondition CPU_F_INTERR, CHF_WARNING, "BUSCC" ChfEnd; ChfSignal(); } diff --git a/src/modules.c b/src/modules.c index b9aad71..6adf202 100644 --- a/src/modules.c +++ b/src/modules.c @@ -1258,6 +1258,7 @@ void ModConfig( Address config_info ) if ( mod == N_MOD ) { /* All modules are configured - Signal a warning */ + // 48gx bugs here when running VERSION ChfCondition MOD_W_BAD_CONFIG, CHF_WARNING, config_info ChfEnd; ChfSignal(); } else {