From 1e6223f85c657457bcb1d2add7e378623173ebe6 Mon Sep 17 00:00:00 2001 From: Barry Harris <44396066+barry65536@users.noreply.github.com> Date: Sat, 17 Dec 2011 16:43:30 +0000 Subject: [PATCH] Fixed CRC error in wofch --- src/burn/drivers/capcom/d_cps1.cpp | 2 +- whatsnew.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/burn/drivers/capcom/d_cps1.cpp b/src/burn/drivers/capcom/d_cps1.cpp index 64a9b32b8..594327c32 100644 --- a/src/burn/drivers/capcom/d_cps1.cpp +++ b/src/burn/drivers/capcom/d_cps1.cpp @@ -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 }, diff --git a/whatsnew.html b/whatsnew.html index 7a93c3028..267ee684b 100644 --- a/whatsnew.html +++ b/whatsnew.html @@ -107,6 +107,7 @@