This commit is contained in:
Gwenhael Le Moine 2024-10-06 16:11:50 +02:00
parent c75e85d345
commit 745d4bd592
No known key found for this signature in database
GPG key ID: FDFE3669426707A7
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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" );