Skip to content

Commit

Permalink
d_neogeo: samsho2pe (#1556)
Browse files Browse the repository at this point in the history
2023-09-05:
- 8 colors palette, all chars
B and C to change palettes, A and D to select.

- new move "overhead" (➡BC, ⬇ A), all chars .
  • Loading branch information
Igor-Arabe authored Sep 7, 2023
1 parent d102776 commit 559fe4a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 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
// Samurai Shodown II Perfect Hack - 2023-09-05

static struct BurnRomInfo samsho2peRomDesc[] = {
{ "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
{ "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

SAMSHO2_COMPONENT
};
Expand All @@ -17725,8 +17725,8 @@ STD_ROM_FN(samsho2pe)

struct BurnDriver BurnDrvSamsho2pe = {
"samsho2pe", "samsho2", "neogeo", NULL, "2023",
"Samurai Shodown II / Shin Samurai Spirits - Haohmaru jigokuhen (Perfect V. 1.2, Hack)\0", NULL, "Bear", "Neo Geo MVS",
L"Samurai Shodown II\0\u771F Samurai Spirits - \u8987\u738B\u4E38\u5730\u7344\u5909 (Perfect V. 1.2, Hack)\0", NULL, NULL, NULL,
"Samurai Shodown II / Shin Samurai Spirits - Haohmaru jigokuhen (Perfect V. 1.3, Hack)\0", NULL, "Bear", "Neo Geo MVS",
L"Samurai Shodown II\0\u771F Samurai Spirits - \u8987\u738B\u4E38\u5730\u7344\u5909 (Perfect V. 1.3, Hack)\0", NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE | BDF_HACK, 2, HARDWARE_PREFIX_CARTRIDGE | HARDWARE_SNK_NEOGEO, GBF_VSFIGHT, FBF_SAMSHO,
NULL, samsho2peRomInfo, samsho2peRomName, NULL, NULL, NULL, NULL, neogeoInputInfo, neogeoDIPInfo,
Samsho2spInit, NeoExit, NeoFrame, NeoRender, NeoScan, &NeoRecalcPalette,
Expand Down

0 comments on commit 559fe4a

Please sign in to comment.