minor 68k timing tuning

This commit is contained in:
notaz 2013-08-10 17:58:23 +03:00
parent 12da51c27a
commit 3e5b912cf8
3 changed files with 3 additions and 2 deletions

View file

@ -46,7 +46,7 @@ static __inline void SekRunM68k(int cyc)
#elif defined(EMU_M68K)
SekCycleCnt+=m68k_execute(cyc_do);
#elif defined(EMU_F68K)
SekCycleCnt+=fm68k_emulate(cyc_do+1, 0, 0);
SekCycleCnt+=fm68k_emulate(cyc_do, 0, 0);
#endif
out: