Skip to content

Commit

Permalink
megadrive, fix ninja burai densetsu
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed May 2, 2022
1 parent 1c86ad1 commit 078599a
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -23059,7 +23059,7 @@ struct BurnDriver BurnDrvmd_ninjab = {
"md_ninjab", NULL, NULL, NULL, "1991",
"Ninja Burai Densetsu (Jpn)\0", NULL, "Sega", "Sega Megadrive",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_16BIT_ONLY, 1, HARDWARE_SEGA_MEGADRIVE, GBF_STRATEGY, 0,
BDF_GAME_WORKING | BDF_16BIT_ONLY, 1, HARDWARE_SEGA_MEGADRIVE | HARDWARE_SEGA_MEGADRIVE_PCB_SEGA_EEPROM, GBF_STRATEGY, 0,
MegadriveGetZipName, md_ninjabRomInfo, md_ninjabRomName, NULL, NULL, NULL, NULL, MegadriveInputInfo, MegadriveDIPInfo,
MegadriveInit, MegadriveExit, MegadriveFrame, MegadriveDraw, MegadriveScan,
&bMegadriveRecalcPalette, 0x100, 320, 224, 4, 3
Expand Down

0 comments on commit 078599a

Please sign in to comment.