mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-10 21:05:12 +01:00
[Core/Misc] fixed code formatting
This commit is contained in:
parent
c6b62fcec7
commit
79570c7d4e
@ -1627,7 +1627,7 @@ static void default_time_w(uint32 address, uint32 data)
|
||||
}
|
||||
else
|
||||
{
|
||||
mapper_sega_w(data);
|
||||
mapper_sega_w(data);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -257,7 +257,7 @@ void s68k_run(unsigned int cycles)
|
||||
REG_IR = m68ki_read_imm_16();
|
||||
|
||||
/* Execute instruction */
|
||||
m68ki_instruction_jump_table[REG_IR]();
|
||||
m68ki_instruction_jump_table[REG_IR]();
|
||||
USE_CYCLES(CYC_INSTRUCTION[REG_IR]);
|
||||
|
||||
/* Trace m68k_exception, if necessary */
|
||||
|
Loading…
Reference in New Issue
Block a user