Skip to content

Commit

Permalink
d_neogeo: kof94te (#1832)
Browse files Browse the repository at this point in the history
removed 'Prevent color corruption when using Rugal' patch from combination.

in https://neorh.mattgreer.dev/kof94:
_"The Rugal color corruption fix and Team Edit Edition are not compatible with each other. Sorry about that."_
  • Loading branch information
Igor-Arabe authored Jul 12, 2024
1 parent d9dca03 commit 15cc366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/burn/drv/neogeo/d_neogeo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21582,7 +21582,7 @@ struct BurnDriver BurnDrvKof94rz = {
*************************************************************************************/

static struct BurnRomInfo kof94teRomDesc[] = {
{ "055-p1te.p1", 0x200000, 0x9fbece14, 1 | BRF_ESS | BRF_PRG },
{ "055-p1te.p1", 0x200000, 0x457d9cf7, 1 | BRF_ESS | BRF_PRG },

{ "055-s1te.s1", 0x020000, 0xdcd024d2, 2 | BRF_GRA },

Expand Down Expand Up @@ -21613,7 +21613,7 @@ struct BurnDriver BurnDrvKof94te = {


static struct BurnRomInfo kof94teaRomDesc[] = {
{ "055-p1tea.p1", 0x200000, 0x6619cc92, 1 | BRF_ESS | BRF_PRG },
{ "055-p1tea.p1", 0x200000, 0xbcda9e71, 1 | BRF_ESS | BRF_PRG },

{ "055-s1te.s1", 0x020000, 0xdcd024d2, 2 | BRF_GRA },

Expand Down

0 comments on commit 15cc366

Please sign in to comment.