d_nes: fix nes_contra2in1 romlen & crc

This commit is contained in:
taoenwen 2025-07-29 21:45:37 +08:00
parent 6c810e90c7
commit c08205aed6
1 changed files with 1 additions and 1 deletions

View File

@ -10300,7 +10300,7 @@ struct BurnDriver BurnDrvnes_chinarabbab = {
// Contra 2-in-1 (Hack)
static struct BurnRomInfo nes_contra2in1RomDesc[] = {
{ "Contra 2-in-1 (2023)(FlameCyclone).nes", 917536, 0x9788ED9E, BRF_ESS | BRF_PRG },
{ "Contra 2-in-1 (2023)(FlameCyclone).nes", 524304, 0xdb96ef78, BRF_ESS | BRF_PRG },
};
STD_ROM_PICK(nes_contra2in1)