Skip to content

Commit

Permalink
d_neogeo: samsho2pe bugfix (#1563)
Browse files Browse the repository at this point in the history
* d_neogeo: samsho2pe bugfix

2023-09-13:
Genjuro with a 70% damage combo that left all characters in a dizzy state, correct bug fix
Galford buff 2 frames in "Mega strike dog go"
block defense medium and power, buff 1 frame, impact distance in sliding is greater, remaining in the same patterns stun!
adjusted damage power attack sword all chars, reduce 2 points
Sieger adjusted damage move special "Elephantglied", reduce 4 points
Hanzo Buff, 6 frames in start move "fire dragon blast+AB", nerf 6 frames in recovery, move now connect in combo with medium attack

* d_neogeo: samsho2pe p3fix
  • Loading branch information
Igor-Arabe authored Sep 13, 2023
1 parent d05628d commit 6103ac9
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 - 2023-09-05
// Samurai Shodown II Perfect Hack v. 1.3 - 2023-09-13

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

SAMSHO2_COMPONENT
};
Expand Down

0 comments on commit 6103ac9

Please sign in to comment.