Mapper42: Support for 256K prg rom fds conversion of Green Beret

This commit is contained in:
negativeExponent
2020-03-05 22:27:19 +08:00
parent e9eb314311
commit 80b002a04e
4 changed files with 21 additions and 5 deletions

View File

@@ -783,8 +783,6 @@ int UNIFLoad(const char *name, FCEUFILE *fp) {
UNIFCart.CHRCRC32 = CalcCRC32(0, VROM, CHRptr);
UNIFCart.CRC32 = CalcCRC32(UNIFCart.PRGCRC32, VROM, CHRptr);
FCEU_printf("CHR CRC32 = %08x\n", UNIFCart.CHRCRC32);
md5_starts(&md5);
md5_update(&md5, ROM, PRGptr);
if (UNIF_CHRROMSize)