Skip to content

Commit

Permalink
d_sms: frontierforce (#1891)
Browse files Browse the repository at this point in the history
* d_sms: frontierforce

updated to v0.1.2.2

* d_megadrive: knnsf

year typo.
  • Loading branch information
Igor-Arabe authored Sep 28, 2024
1 parent ce9c087 commit 8e09b6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/burn/drv/megadrive/d_megadrive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45540,7 +45540,7 @@ STD_ROM_PICK(md_knnsf)
STD_ROM_FN(md_knnsf)

struct BurnDriver BurnDrvmd_knnsf = {
"md_knnsf", NULL, NULL, NULL, "2024",
"md_knnsf", NULL, NULL, NULL, "2023",
"Kunio no Nekketsu School Fighters (HB, Beta v.05b)\0", NULL, "UsagiRu", "Sega Megadrive",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_16BIT_ONLY | BDF_HOMEBREW, 2, HARDWARE_SEGA_MEGADRIVE, GBF_VSFIGHT, 0,
Expand Down
6 changes: 3 additions & 3 deletions src/burn/drv/sms/d_sms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28244,18 +28244,18 @@ struct BurnDriver BurnDrvsms_fpigarus = {
256, 192, 4, 3
};

// Frontier Force (HB, Alpha Demo v0.1.2.1)
// Frontier Force (HB, Alpha Demo v0.1.2.2)

static struct BurnRomInfo sms_frontierforceRomDesc[] = {
{ "Frontier Force - Alpha Demo v0.1.2.1 (2024)(helpcomputer0).sms", 262144, 0xc8bc2045, BRF_PRG | BRF_ESS },
{ "Frontier Force - Alpha Demo v0.1.2.2 (2024)(helpcomputer0).sms", 262144, 0xaba14731, BRF_PRG | BRF_ESS },
};

STD_ROM_PICK(sms_frontierforce)
STD_ROM_FN(sms_frontierforce)

struct BurnDriver BurnDrvsms_frontierforce = {
"sms_frontierforce", NULL, NULL, NULL, "2024",
"Frontier Force (HB, Alpha Demo v0.1.2.1)\0", NULL, "badcomputer0", "Sega Master System",
"Frontier Force (HB, Alpha Demo v0.1.2.2)\0", NULL, "badcomputer0", "Sega Master System",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 1, HARDWARE_SEGA_MASTER_SYSTEM, GBF_SHOOT, 0,
SMSGetZipName, sms_frontierforceRomInfo, sms_frontierforceRomName, NULL, NULL, NULL, NULL, SMSInputInfo, SMSDIPInfo,
Expand Down

0 comments on commit 8e09b6f

Please sign in to comment.