Added a separate CPU_STPC CPU type with RDTSC, fixes the ITOX STAR.

This commit is contained in:
OBattler
2021-08-09 09:51:58 +02:00
parent 7190a776ae
commit 0d5c5f361a
5 changed files with 109 additions and 5 deletions

View File

@@ -80,6 +80,7 @@ extern const OpFn dynarec_ops_386_0f[1024];
extern const OpFn dynarec_ops_486_0f[1024];
extern const OpFn dynarec_ops_c486_0f[1024];
extern const OpFn dynarec_ops_stpc_0f[1024];
extern const OpFn dynarec_ops_ibm486_0f[1024];
extern const OpFn dynarec_ops_winchip_0f[1024];
@@ -178,6 +179,7 @@ extern const OpFn ops_386_0f[1024];
extern const OpFn ops_486_0f[1024];
extern const OpFn ops_c486_0f[1024];
extern const OpFn ops_stpc_0f[1024];
extern const OpFn ops_ibm486_0f[1024];
extern const OpFn ops_winchip_0f[1024];