doc
This commit is contained in:
parent
c75e85d345
commit
745d4bd592
2 changed files with 2 additions and 2 deletions
|
@ -2069,7 +2069,7 @@ static void ExecGroup_80( void )
|
|||
|
||||
case 0xB: /* BUSCC */
|
||||
debug1( DEBUG_C_TRACE, CPU_I_CALLED, "ExecBUSCC" );
|
||||
// FIXME: 49g bugs here
|
||||
// FIXME: 49g bugs here on display change
|
||||
ChfCondition( CPU_CHF_MODULE_ID ) CPU_F_INTERR, CHF_WARNING, "BUSCC" ChfEnd;
|
||||
ChfSignal( CPU_CHF_MODULE_ID );
|
||||
break;
|
||||
|
|
|
@ -73,7 +73,7 @@ static void print_config( void )
|
|||
fprintf( stderr, "verbose = %s\n", config.verbose ? "true" : "false" );
|
||||
fprintf( stderr, "shiftless = %s\n", config.shiftless ? "true" : "false" );
|
||||
|
||||
fprintf( stderr, "frontend = %i\n", config.frontend );
|
||||
fprintf( stderr, "frontend = %s\n", ( config.frontend == FRONTEND_SDL ? "sdl" : "tui" ) );
|
||||
|
||||
fprintf( stderr, "big_screen = %s\n", config.big_screen ? "true" : "false" );
|
||||
fprintf( stderr, "black_lcd = %s\n", config.black_lcd ? "true" : "false" );
|
||||
|
|
Loading…
Reference in a new issue