Add hack for unlicensed games that don't handle the Z80 bus properly

This commit is contained in:
techmetx11 2023-08-21 16:21:25 +01:00
parent bccd8832dd
commit a67db32a4a
No known key found for this signature in database
GPG key ID: 20E0C88A0E7E5AF2
5 changed files with 39 additions and 6 deletions

View file

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