Skip to content

Commit

Permalink
d_pgm: kov2pshjz Remove unwanted judgments.
Browse files Browse the repository at this point in the history
  • Loading branch information
taoenwen committed Feb 14, 2025
1 parent 6bd069f commit 55e069e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/burn/drv/pgm/d_pgm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9411,11 +9411,8 @@ static INT32 kov2pshjzInit()

if (nRet == 0)
{
if (!bDoIpsPatch)
{
memmove(ICSSNDROM + 0x800000, ICSSNDROM + 0x400000, 0x800000);
memset( ICSSNDROM + 0x400000, 0, 0x400000);
}
memmove(ICSSNDROM + 0x800000, ICSSNDROM + 0x400000, 0x800000);
memset( ICSSNDROM + 0x400000, 0, 0x400000);

if (PGMARMROM[0x26f] == 0x0a) // crash patch
PGMARMROM[0x26f] == 0xea;
Expand Down

0 comments on commit 55e069e

Please sign in to comment.