notes to find a what's wrong in emulation
This commit is contained in:
parent
f61e0985d4
commit
970274cefc
3 changed files with 3 additions and 1 deletions
|
@ -132,7 +132,7 @@
|
||||||
Define this symbol if extended information is desired during condition
|
Define this symbol if extended information is desired during condition
|
||||||
handling; this is usually useful only for debugging purposes.
|
handling; this is usually useful only for debugging purposes.
|
||||||
*/
|
*/
|
||||||
/* #define CHF_EXTENDED_INFO */
|
#define CHF_EXTENDED_INFO
|
||||||
|
|
||||||
/* DEBUG:
|
/* DEBUG:
|
||||||
Define this symbol to include the debugging code for all source modules
|
Define this symbol to include the debugging code for all source modules
|
||||||
|
|
|
@ -270,6 +270,7 @@ static void ExecBUSCB( void )
|
||||||
static void ExecBUSCC( void )
|
static void ExecBUSCC( void )
|
||||||
{
|
{
|
||||||
debug1( DEBUG_C_TRACE, CPU_I_CALLED, "ExecBUSCC" );
|
debug1( DEBUG_C_TRACE, CPU_I_CALLED, "ExecBUSCC" );
|
||||||
|
// 49g bugs here
|
||||||
ChfCondition CPU_F_INTERR, CHF_WARNING, "BUSCC" ChfEnd;
|
ChfCondition CPU_F_INTERR, CHF_WARNING, "BUSCC" ChfEnd;
|
||||||
ChfSignal();
|
ChfSignal();
|
||||||
}
|
}
|
||||||
|
|
|
@ -1258,6 +1258,7 @@ void ModConfig( Address config_info )
|
||||||
|
|
||||||
if ( mod == N_MOD ) {
|
if ( mod == N_MOD ) {
|
||||||
/* All modules are configured - Signal a warning */
|
/* All modules are configured - Signal a warning */
|
||||||
|
// 48gx bugs here when running VERSION
|
||||||
ChfCondition MOD_W_BAD_CONFIG, CHF_WARNING, config_info ChfEnd;
|
ChfCondition MOD_W_BAD_CONFIG, CHF_WARNING, config_info ChfEnd;
|
||||||
ChfSignal();
|
ChfSignal();
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue