mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
32x, hacks for roms with caching related problems
This commit is contained in:
parent
ebd9c86a6c
commit
fe8f2d963e
7 changed files with 89 additions and 28 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue