Update kof98 Combo to 2015/05/28 version
This commit is contained in:
parent
01a52665ad
commit
736b7b8d84
|
@ -14217,9 +14217,9 @@ struct BurnDriver BurnDrvkof98ae = {
|
|||
};
|
||||
|
||||
// The King of Fighters '98 (Combo, Ivex hack)
|
||||
/* 2015/03/30 version */
|
||||
/* 2015/05/28 version */
|
||||
static struct BurnRomInfo kof98coRomDesc[] = {
|
||||
{ "kof98c-p1.bin", 0x100000, 0x7693c342, 1 | BRF_ESS | BRF_PRG }, // 0 68K code
|
||||
{ "kof98c-p1.bin", 0x100000, 0x82a247f9, 1 | BRF_ESS | BRF_PRG }, // 0 68K code
|
||||
{ "kof98c-p2.bin", 0x400000, 0x0d03f931, 1 | BRF_ESS | BRF_PRG }, // 1
|
||||
|
||||
{ "kof98c-s1.bin", 0x020000, 0x7333d8b0, 2 | BRF_GRA }, // 2 Text layer tiles
|
||||
|
|
Loading…
Reference in New Issue