mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
famec: remove unused dual code
This commit is contained in:
parent
55d7dcb209
commit
99ade2ee2f
5 changed files with 10 additions and 63 deletions
|
@ -176,7 +176,7 @@ void SekStepM68k(void)
|
|||
#elif defined(EMU_M68K)
|
||||
SekCycleCnt+=m68k_execute(1);
|
||||
#elif defined(EMU_F68K)
|
||||
SekCycleCnt+=fm68k_emulate(1, 0, 0);
|
||||
SekCycleCnt+=fm68k_emulate(1, 0);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
@ -317,7 +317,7 @@ void SekInitIdleDet(void)
|
|||
CycloneInitIdle();
|
||||
#endif
|
||||
#ifdef EMU_F68K
|
||||
fm68k_emulate(0, 0, 1);
|
||||
fm68k_emulate(0, 1);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
@ -425,7 +425,7 @@ void SekFinishIdleDet(void)
|
|||
CycloneFinishIdle();
|
||||
#endif
|
||||
#ifdef EMU_F68K
|
||||
fm68k_emulate(0, 0, 2);
|
||||
fm68k_emulate(0, 2);
|
||||
#endif
|
||||
while (idledet_count > 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue