Skip to content

Commit

Permalink
neogeo, samsho2pe update
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Jan 28, 2025
1 parent 40b8a34 commit 4758776
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 @@ -20819,8 +20819,8 @@ struct BurnDriver BurnDrvSamsh2jq = {
// Samurai Shodown II Perfect Hack v. 2.3

static struct BurnRomInfo samsho2peRomDesc[] = {
{ "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-p1pe.p1", 0x100000, 0x20625a12, 1 | BRF_ESS | BRF_PRG }, // 0 68K code
{ "063-p2pe.sp2", 0x100000, 0x231c4e31, 1 | BRF_ESS | BRF_PRG }, // 1
{ "063-p3pe.p3", 0x020000, 0x82ce7ad7, 1 | BRF_ESS | BRF_PRG }, // 2 Extra ROM

SAMSHO2_COMPONENTS
Expand Down

3 comments on commit 4758776

@Goratrix
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The issue mentioned that this is version 2.4, so would be good to update description and comment too? :)

@barbudreadmon
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indeed, thanks for the heads-up !

@dinkc64
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oops, the lightbulb is dimly lit

XD

Please sign in to comment.