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:
negativeExponent 2022-02-09 18:08:39 +08:00
parent f49b0d5100
commit c6734c95d0

View File

@ -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;