Skip to content

Commit

Permalink
d_neogeo: samsho2pe (#1568)
Browse files Browse the repository at this point in the history
latest version 2023-Sep-22:
- Randomize Collor in Roulette Char.
- Randomize Maps in Versus Mode, Not Versus CPU.
- Remove combo 100% Nicotine, bug fix.
- Add 8 frames in recovery for special grab for galford and hanzo, similar to a kof (example, clark, ralf).
  • Loading branch information
Igor-Arabe authored Sep 23, 2023
1 parent c46d563 commit c139b0d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/burn/drv/neogeo/d_neogeo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17710,12 +17710,12 @@ struct BurnDriver BurnDrvSamsho2sp = {
0x1000, 320, 224, 4, 3
};

// Samurai Shodown II Perfect Hack v. 1.3 - 2023-09-13
// Samurai Shodown II Perfect Hack v. 1.3 - 2023-09-22

static struct BurnRomInfo samsho2peRomDesc[] = {
{ "063-p1pe.p1", 0x100000, 0x206f13ed, 1 | BRF_ESS | BRF_PRG }, // 0 68K code
{ "063-p2pe.sp2", 0x100000, 0xabc44174, 1 | BRF_ESS | BRF_PRG }, // 1
{ "063-p3pe.p3", 0x020000, 0x4ceb9f16, 1 | BRF_ESS | BRF_PRG }, // 2 Extra ROM
{ "063-p1pe.p1", 0x100000, 0x5f557468, 1 | BRF_ESS | BRF_PRG }, // 0 68K code
{ "063-p2pe.sp2", 0x100000, 0x94a00f0f, 1 | BRF_ESS | BRF_PRG }, // 1
{ "063-p3pe.p3", 0x020000, 0x17fffc2a, 1 | BRF_ESS | BRF_PRG }, // 2 Extra ROM

SAMSHO2_COMPONENT
};
Expand Down

0 comments on commit c139b0d

Please sign in to comment.