And more.

This commit is contained in:
OBattler
2022-02-02 02:51:18 +01:00
parent 25e8801ede
commit b3a8d0aaed
4 changed files with 15 additions and 1 deletions

View File

@@ -68,6 +68,9 @@ static __inline void fetch_ea_16_long(uint32_t rmdat)
#if 0
#define CLOCK_CYCLES_FPU(c)
#define CONCURRENCY_CYCLES(c) fpu_cycles = (c)
#else
#define CLOCK_CYCLES_FPU(c)
#define CONCURRENCY_CYCLES(c)
#endif
#define CLOCK_CYCLES_ALWAYS(c) cycles -= (c)