famec: remove unused dual code

This commit is contained in:
notaz 2013-09-24 01:11:13 +03:00
parent 55d7dcb209
commit 99ade2ee2f
5 changed files with 10 additions and 63 deletions

View file

@ -39,7 +39,7 @@ static void SekSyncM68k(void)
#elif defined(EMU_M68K)
SekCycleCnt += m68k_execute(cyc_do) - cyc_do;
#elif defined(EMU_F68K)
SekCycleCnt += fm68k_emulate(cyc_do, 0, 0) - cyc_do;
SekCycleCnt += fm68k_emulate(cyc_do, 0) - cyc_do;
#endif
}