Skip to content

Commit

Permalink
samsho2pe update
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Sep 8, 2024
1 parent 101f15c commit 785b8e3
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 @@ -20748,8 +20748,8 @@ struct BurnDriver BurnDrvSamsh2jq = {
// Samurai Shodown II Perfect Hack v. 2.3

static struct BurnRomInfo samsho2peRomDesc[] = {
{ "063-p1pe.p1", 0x100000, 0x09ec1894, 1 | BRF_ESS | BRF_PRG }, // 0 68K code
{ "063-p2pe.sp2", 0x100000, 0x2e980fd7, 1 | BRF_ESS | BRF_PRG }, // 1
{ "063-p1pe.p1", 0x100000, 0x184c3a6c, 1 | BRF_ESS | BRF_PRG }, // 0 68K code
{ "063-p2pe.sp2", 0x100000, 0x025ee4ed, 1 | BRF_ESS | BRF_PRG }, // 1
{ "063-p3pe.p3", 0x020000, 0x82ce7ad7, 1 | BRF_ESS | BRF_PRG }, // 2 Extra ROM

SAMSHO2_COMPONENTS
Expand Down

0 comments on commit 785b8e3

Please sign in to comment.