Fix some invalid BRF_NODUMP definitions
This commit is contained in:
parent
a676b7aea7
commit
c4d6aad336
|
@ -4165,14 +4165,14 @@ static struct BurnRomInfo DinouRomDesc[] = {
|
|||
|
||||
A_BOARD_QSOUND_PLDS
|
||||
|
||||
{ "cd63b.1a", 0x000117, 0x00000000, BRF_OPT | BRF_NODUMP}, // b-board PLDs
|
||||
{ "cd63b.1a", 0x000117, 0xef72e902, BRF_OPT }, // b-board PLDs
|
||||
{ "iob1.12d", 0x000117, 0x3abc0700, BRF_OPT },
|
||||
{ "bprg1.11d", 0x000117, 0x31793da7, BRF_OPT },
|
||||
{ "ioc1.ic1", 0x000117, 0x0d182081, BRF_OPT }, // c-board PLDs
|
||||
{ "d7l1.7l", 0x000117, 0x00000000, BRF_OPT | BRF_NODUMP}, // d-board PLDs
|
||||
{ "d8l1.8l", 0x000117, 0x00000000, BRF_OPT | BRF_NODUMP},
|
||||
{ "d9k2.9k", 0x000117, 0x00000000, BRF_OPT | BRF_NODUMP},
|
||||
{ "d10f1.10f", 0x000117, 0x00000000, BRF_OPT | BRF_NODUMP},
|
||||
{ "ioc1.ic1", 0x000117, 0x0d182081, BRF_OPT }, // c-board PLDs
|
||||
{ "d7l1.7l", 0x000117, 0x27b7410d, BRF_OPT }, // d-board PLDs
|
||||
{ "d8l1.8l", 0x000117, 0x539fc7da, BRF_OPT },
|
||||
{ "d9k2.9k", 0x000117, 0xcd85a156, BRF_OPT },
|
||||
{ "d10f1.10f", 0x000117, 0x6619c494, BRF_OPT },
|
||||
};
|
||||
|
||||
STD_ROM_PICK(Dinou)
|
||||
|
@ -6401,11 +6401,11 @@ static struct BurnRomInfo PunisheruRomDesc[] = {
|
|||
{ "ps63b.1a", 0x000117, 0x00000000, BRF_OPT | BRF_NODUMP }, // b-board PLDs
|
||||
{ "iob1.12d", 0x000117, 0x3abc0700, BRF_OPT },
|
||||
{ "bprg1.11d", 0x000117, 0x31793da7, BRF_OPT },
|
||||
{ "ioc1.ic1", 0x000117, 0x0d182081, BRF_OPT }, // c-board PLDs
|
||||
{ "d7l1.7l", 0x000117, 0x00000000, BRF_OPT | BRF_NODUMP }, // d-board PLDs
|
||||
{ "d8l1.8l", 0x000117, 0x00000000, BRF_OPT | BRF_NODUMP },
|
||||
{ "d9k2.9k", 0x000117, 0x00000000, BRF_OPT | BRF_NODUMP },
|
||||
{ "d10f1.10f", 0x000117, 0x00000000, BRF_OPT | BRF_NODUMP },
|
||||
{ "ioc1.ic1", 0x000117, 0x0d182081, BRF_OPT }, // c-board PLDs
|
||||
{ "d7l1.7l", 0x000117, 0x27b7410d, BRF_OPT }, // d-board PLDs
|
||||
{ "d8l1.8l", 0x000117, 0x539fc7da, BRF_OPT },
|
||||
{ "d9k2.9k", 0x000117, 0xcd85a156, BRF_OPT },
|
||||
{ "d10f1.10f", 0x000117, 0x6619c494, BRF_OPT },
|
||||
};
|
||||
|
||||
STD_ROM_PICK(Punisheru)
|
||||
|
|
|
@ -770,7 +770,7 @@ static struct BurnRomInfo wwfsstarRomDesc[] = {
|
|||
{ "wwfs03.bin", 0x10000, 0x8a35a20e, 3 | BRF_SND }, // 4
|
||||
{ "wwfs05.bin", 0x10000, 0x6df08962, 3 | BRF_SND }, // 5
|
||||
|
||||
{ "24a4-0.58", 0x20000, 0xcb12ba40, 4 | BRF_GRA | BRF_NODUMP }, // 6 Characters
|
||||
{ "24a4-0.58", 0x20000, 0xcb12ba40, 4 | BRF_GRA }, // 6 Characters
|
||||
|
||||
{ "wwfs39.bin", 0x10000, 0xd807b09a, 5 | BRF_GRA }, // 7 Sprites
|
||||
{ "wwfs38.bin", 0x10000, 0xd8ea94d3, 5 | BRF_GRA }, // 8
|
||||
|
|
Loading…
Reference in New Issue