Improve handling of fixed multipliers

This commit is contained in:
RichardG867
2020-11-19 14:15:34 -03:00
parent 71c55bdf24
commit 98f09bf4ac
5 changed files with 73 additions and 83 deletions

View File

@@ -121,6 +121,7 @@ enum {
#define CPU_SUPPORTS_DYNAREC 1
#define CPU_REQUIRES_DYNAREC 2
#define CPU_ALTERNATE_XTAL 4
#define CPU_FIXED_MULTIPLIER 8
#if (defined __amd64__ || defined _M_X64)
#define LOOKUP_INV -1LL