Fixed CRC error in wofch
This commit is contained in:
parent
b69903e3b7
commit
1e6223f85c
|
@ -9503,7 +9503,7 @@ static struct BurnRomInfo WofchRomDesc[] = {
|
|||
{ "tk2-4m.6a", 0x080000, 0xe349551c, BRF_GRA | CPS1_TILES },
|
||||
{ "tk2(ch)_05.7a", 0x080000, 0xe4a44d53, BRF_GRA | CPS1_TILES },
|
||||
{ "tk2(ch)_06.8a", 0x080000, 0x58066ba8, BRF_GRA | CPS1_TILES },
|
||||
{ "tk2(ch)_07.9a", 0x080000, 0xcc9006c9, BRF_GRA | CPS1_TILES },
|
||||
{ "tk2(ch)_07.9a", 0x080000, 0xd706568e, BRF_GRA | CPS1_TILES },
|
||||
{ "tk2(ch)_08.10a",0x080000, 0xd4a19a02, BRF_GRA | CPS1_TILES },
|
||||
|
||||
{ "tk2_qa.5k", 0x020000, 0xc9183a0d, BRF_PRG | CPS1_Z80_PROGRAM },
|
||||
|
|
|
@ -107,6 +107,7 @@
|
|||
<h3>v0.2.97.17</h3>
|
||||
<ul>
|
||||
<li>Fixed some dipswitch descriptions in Boogie Wings and Major Title 2 [Barry, doomking]</li>
|
||||
<li>Fixed CRC error in CPS Changer version of Warriors of Fate [Barry, pmc2]</li>
|
||||
</ul>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue