Compare commits
2 commits
2d798e1a02
...
0c2d2fd050
Author | SHA1 | Date | |
---|---|---|---|
|
0c2d2fd050 | ||
|
6004d48e67 |
3 changed files with 3 additions and 3 deletions
|
@ -1440,7 +1440,7 @@ static void ExecGroup_0( void )
|
|||
cpu_status.carry = false;
|
||||
}
|
||||
}
|
||||
break;
|
||||
break;
|
||||
case 0xE: /* AND_OR */
|
||||
ExecAND_OR();
|
||||
break;
|
||||
|
|
|
@ -333,7 +333,7 @@ void EmulatorInit( void ); /* 2.1 */
|
|||
void EmulatorExit( enum ExitOption opt ); /* 2.1 */
|
||||
int CpuHaltRequest( void ); /* 3.13 */
|
||||
int CpuRunRequest( void ); /* 3.13 */
|
||||
bool CpuHaltAllowed( void ); /* 3.13 */
|
||||
bool CpuHaltAllowed( void ); /* 3.13 */
|
||||
|
||||
Address Disassemble( Address pc, char ob[ DISASSEMBLE_OB_SIZE ] ); /* dis.c */
|
||||
void DumpCpuStatus( char ob[ DUMP_CPU_STATUS_OB_SIZE ] );
|
||||
|
|
|
@ -531,7 +531,7 @@ static void _draw_header( void )
|
|||
x = OFFSET_X_DISPLAY + WIDTH_DISPLAY - gx_128K_ram_width + gx_silver_x_hot + 2;
|
||||
y = 10 + gx_silver_y_hot;
|
||||
__draw_bitmap( x, y, gx_silver_width, gx_silver_height, gx_silver_bitmap, UI4X_COLOR_HP_LOGO,
|
||||
0 ); // Background transparent: draw only silver line
|
||||
UI4X_COLOR_LABEL ); // Background transparent: draw only silver line
|
||||
}
|
||||
if ( config.model == MODEL_48SX ) {
|
||||
__draw_line( OFFSET_X_DISPLAY, 9, OFFSET_X_DISPLAY + hp_width - 1, 9, UI4X_COLOR_FRAME );
|
||||
|
|
Loading…
Reference in a new issue