mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
Add hack for unlicensed games that don't handle the Z80 bus properly
This commit is contained in:
parent
bccd8832dd
commit
a67db32a4a
5 changed files with 39 additions and 6 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue