Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/finalburnneo/FBNeo
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Jul 30, 2023
2 parents 2334f14 + c7e04b8 commit 4b7d4e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/burn/drv/neogeo/d_neogeo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17684,9 +17684,9 @@ struct BurnDriver BurnDrvSamsho2sp = {
// Samurai Shodown II Perfect Hack

static struct BurnRomInfo samsho2peRomDesc[] = {
{ "063-p1pe.p1", 0x100000, 0x72a2a1de, 1 | BRF_ESS | BRF_PRG }, // 0 68K code
{ "063-p2pe.sp2", 0x100000, 0x998d61c7, 1 | BRF_ESS | BRF_PRG }, // 1
{ "063-p3pe.p3", 0x020000, 0xb5a452a3, 1 | BRF_ESS | BRF_PRG }, // 2 Extra ROM
{ "063-p1pe.p1", 0x100000, 0x8eb3dd7c, 1 | BRF_ESS | BRF_PRG }, // 0 68K code
{ "063-p2pe.sp2", 0x100000, 0x601902cb, 1 | BRF_ESS | BRF_PRG }, // 1
{ "063-p3pe.p3", 0x020000, 0x4ced821e, 1 | BRF_ESS | BRF_PRG }, // 2 Extra ROM

SAMSHO2_COMPONENT
};
Expand Down

0 comments on commit 4b7d4e2

Please sign in to comment.