Skip to content

Commit

Permalink
sms, add Frontier Force v0.1.1 alpha demo
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Sep 27, 2024
1 parent 97aadc1 commit 0f835f8
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion src/burn/drv/sms/d_sms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27716,6 +27716,24 @@ struct BurnDriver BurnDrvgg_zoop = {
// aftermarket/hack/homebrew games SMS
// -----------------------------------

// Frontier Force

static struct BurnRomInfo sms_frontierforceRomDesc[] = {
{ "Frontier Force (Alpha Demo V0.1.1)(2024)(badcomputer0).sms", 262144, 0x9e01f15d, 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.1)\0", NULL, "badcomputer0", "Sega Master System",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HOMEBREW, 1, HARDWARE_SEGA_MASTER_SYSTEM, GBF_ACTION | GBF_SHOOT, 0,
SMSGetZipName, sms_frontierforceRomInfo, sms_frontierforceRomName, NULL, NULL, NULL, NULL, SMSInputInfo, SMSDIPInfo,
SMSInit, SMSExit, SMSFrame, SMSDraw, SMSScan, &SMSPaletteRecalc, 0x1E00,
256, 192, 4, 3
};

// Acid Reflux (HB, v1.1)

Expand Down Expand Up @@ -31191,4 +31209,3 @@ struct BurnDriver BurnDrvsms_sn_ateam = {
};

*/

0 comments on commit 0f835f8

Please sign in to comment.