Skip to content

Commit

Permalink
sms, add battle wings proto
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Oct 25, 2024
1 parent d3ce1b9 commit 8dc214b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/burn/drv/sms/d_sms.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2118,6 +2118,26 @@ struct BurnDriver BurnDrvsms_bombraid = {
};


// Battle Wings [Prototype]

static struct BurnRomInfo sms_battlewingspRomDesc[] = {
{ "Battle Wings [Proto].sms", 0x40000, 0xfae0ade7, BRF_PRG | BRF_ESS },
};

STD_ROM_PICK(sms_battlewingsp)
STD_ROM_FN(sms_battlewingsp)

struct BurnDriver BurnDrvsms_battlewingsp = {
"sms_battlewingsp", "sms_bombraid", NULL, NULL, "1989",
"Battle Wings (Prototype)\0", NULL, "Sega", "Sega Master System",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE, 1, HARDWARE_SEGA_MASTER_SYSTEM, GBF_VERSHOOT, 0,
SMSGetZipName, sms_battlewingspRomInfo, sms_battlewingspRomName, NULL, NULL, NULL, NULL, SMSInputInfo, SMSDIPInfo,
SMSInit, SMSExit, SMSFrame, SMSDraw, SMSScan, &SMSPaletteRecalc, 0x1E00,
256, 192, 4, 3
};


// Bonanza Bros. (Euro, Brazil)

static struct BurnRomInfo sms_bnzabrosRomDesc[] = {
Expand Down

0 comments on commit 8dc214b

Please sign in to comment.