@@ -309,7 +309,7 @@ static void display_registers( void )
309309 show_register0 ( LC (36 ), LR (2 ), "IFF2" , IFF2 );
310310 show_register2 ( LC (3 ), LR (3 ), "HL" , HL );
311311 show_register2 ( LC (12 ), LR (3 ), "HL'" , HL_ );
312- widget_printstring_fixed ( LC (20 ), LR (3 ), 5 , "SZ5H3PNC" );
312+ widget_printstring_fixed ( LC (18 ), LR (3 ), 5 , "SZ5H3PNC" );
313313 show_register0 ( LC (36 ), LR (3 ), "HALTED" , z80 .halted );
314314 show_register1 ( LC (36 ), LR (4 ), "ULA" , ula_last_byte () );
315315
@@ -319,12 +319,12 @@ static void display_registers( void )
319319 for ( i = 0 ; i < 8 ; ++ i )
320320 pbuf [i ] = ( F & ( 0x80 >> i ) ) ? '1' : '0' ;
321321 pbuf [8 ] = 0 ;
322- widget_printstring_fixed ( LC (20 ), LR (4 ), 7 , pbuf );
322+ widget_printstring_fixed ( LC (18 ), LR (4 ), 7 , pbuf );
323323
324324 capabilities = libspectrum_machine_capabilities ( machine_current -> machine );
325325
326326 if ( capabilities & LIBSPECTRUM_MACHINE_CAPABILITY_AY )
327- show_register1 ( LC (37 ), LR (4 ), "AY" ,
327+ show_register1 ( LC (29 ), LR (4 ), "AY" ,
328328 machine_current -> ay .current_register );
329329
330330 if ( capabilities & LIBSPECTRUM_MACHINE_CAPABILITY_128_MEMORY )
0 commit comments