And more.

This commit is contained in:
OBattler
2022-02-02 02:46:11 +01:00
parent 7eabebb97f
commit 25e8801ede
4 changed files with 14 additions and 4 deletions

View File

@@ -89,6 +89,7 @@ static int refresh = 0, cycdiff;
wait(val, 0); \
}
#if 0
#define CLOCK_CYCLES_ALWAYS(val) \
{ \
wait(val, 0); \
@@ -113,6 +114,12 @@ static int refresh = 0, cycdiff;
}
#define CONCURRENCY_CYCLES(c) fpu_cycles = (c)
#else
#define CLOCK_CYCLES(val) \
{ \
wait(val, 0); \
}
#endif
typedef int (*OpFn)(uint32_t fetchdat);