indentation
This commit is contained in:
parent
6004d48e67
commit
0c2d2fd050
2 changed files with 2 additions and 2 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 ] );
|
||||
|
|
Loading…
Add table
Reference in a new issue