32x, hacks for roms with caching related problems

This commit is contained in:
kub 2022-12-20 21:32:24 +00:00
parent ebd9c86a6c
commit fe8f2d963e
7 changed files with 89 additions and 28 deletions

View file

@ -89,7 +89,10 @@ extern void *p32x_bios_g, *p32x_bios_m, *p32x_bios_s;
#define PHWS_SMS 2
#define PHWS_SG 3
#define PQUIRK_FORCE_6BTN (1<<0)
#define PQUIRK_FORCE_6BTN (1<<0)
#define PQUIRK_BLACKTHORNE_HACK (1<<1)
#define PQUIRK_WWFRAW_HACK (1<<2)
#define PQUIRK_MARSCHECK_HACK (1<<3)
// the emulator is configured and some status is reported
// through this global state (not saved in savestates)