Skip to content

Commit

Permalink
update samsho2pe
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Sep 7, 2024
1 parent 520513c commit 2155bd3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/burn/drv/neogeo/d_neogeo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20745,11 +20745,11 @@ struct BurnDriver BurnDrvSamsh2jq = {
};


// Samurai Shodown II Perfect Hack v. 2.2 - 2024-07-12
// Samurai Shodown II Perfect Hack v. 2.3

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

SAMSHO2_COMPONENTS
Expand All @@ -20760,8 +20760,8 @@ STD_ROM_FN(samsho2pe)

struct BurnDriver BurnDrvSamsho2pe = {
"samsho2pe", "samsho2", "neogeo", NULL, "2024",
"Samurai Shodown II / Shin Samurai Spirits - Haohmaru Jigokuhen (Perfect V. 2.2, Hack)\0", NULL, "hack (Bear)", "Neo Geo MVS",
L"Samurai Shodown II\0\u771F Samurai Spirits - \u8987\u738B\u4E38\u5730\u7344\u5909 (Perfect V. 2.2, Hack)\0", NULL, NULL, NULL,
"Samurai Shodown II / Shin Samurai Spirits - Haohmaru Jigokuhen (Perfect V. 2.3, Hack)\0", NULL, "hack (Bear)", "Neo Geo MVS",
L"Samurai Shodown II\0\u771F Samurai Spirits - \u8987\u738B\u4E38\u5730\u7344\u5909 (Perfect V. 2.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, neoForceMVSDIPInfo,
samsh2spInit, NeoExit, NeoFrame, NeoRender, NeoScan, &NeoRecalcPalette,
Expand Down

0 comments on commit 2155bd3

Please sign in to comment.