Check database for NES 1.0 headered rom only
This would assume that all NES 2.0 roms are correct and is more complete that what is provided in overrides.
This commit is contained in:
@@ -1044,7 +1044,9 @@ int iNESLoad(const char *name, FCEUFILE *fp)
|
||||
SetupCartPRGMapping(0, ROM, rom_size_pow2, 0);
|
||||
|
||||
SetInput();
|
||||
CheckHInfo();
|
||||
|
||||
if (iNESCart.iNES2 < 1)
|
||||
CheckHInfo();
|
||||
|
||||
{
|
||||
int x;
|
||||
|
||||
Reference in New Issue
Block a user