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

@ -107,7 +107,7 @@ static __inline void SekRunS68k(unsigned int to)
m68k_set_context(&PicoCpuMM68k);
#elif defined(EMU_F68K)
g_m68kcontext = &PicoCpuFS68k;
SekCycleCntS68k += fm68k_emulate(cyc_do, 0, 0) - cyc_do;
SekCycleCntS68k += fm68k_emulate(cyc_do, 0) - cyc_do;
g_m68kcontext = &PicoCpuFM68k;
#endif
}