d_suprnova.cpp: Minor corrections on galpani4 set (nw)

This commit is contained in:
JacKc 2019-07-28 23:09:40 +02:00
parent a5da45c942
commit 27fe1a2038
1 changed files with 4 additions and 6 deletions

View File

@ -2332,6 +2332,7 @@ struct BurnDriver BurnDrvPanicstr = {
// Gals Panic 4 (Europe)
// only main CPU and plds dumps were provided
static struct BurnRomInfo galpani4RomDesc[] = {
{ "gp4-000-e0.u10", 0x080000, 0x7464cc28, 1 | BRF_PRG | BRF_ESS }, // 0 SH2 Code
@ -2344,12 +2345,9 @@ static struct BurnRomInfo galpani4RomDesc[] = {
{ "gp4-201-00.u18", 0x200000, 0x10c4b183, 3 | BRF_GRA }, // 5
{ "gp4-300-00.u4", 0x200000, 0x8374663a, 5 | BRF_SND }, // 6 YMZ280b Samples
{ "gp4-301-00.u7", 0x200000, 0x00000000, 0 | BRF_OPT | BRF_NODUMP },
{ "skns-r11.u11", 0x000117, 0xa9f05af4, 0 | BRF_OPT },
{ "skns-r09.u9", 0x000117, 0xb02058d9, 0 | BRF_OPT },
{ "skns-r09.u9", 0x000117, 0xb02058d9, 0 | BRF_OPT }, // 7 plds
{ "skns-r11.u11", 0x000117, 0xa9f05af4, 0 | BRF_OPT },
};
STDROMPICKEXT(galpani4, galpani4, skns)