Skip to content

Commit

Permalink
BurnDriver cleanup (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
barbudreadmon committed Sep 3, 2023
1 parent 24d3f96 commit a4dd522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/burn/drv/pre90s/d_galaga.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4338,7 +4338,7 @@ struct BurnDriver BurnDrvSxevious = {
"Super Xevious (Namco)\0", NULL, "Namco", "Miscellaneous",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_CLONE | BDF_ORIENTATION_VERTICAL | BDF_ORIENTATION_FLIPPED | BDF_HISCORE_SUPPORTED, 2, HARDWARE_MISC_PRE90S, GBF_VERSHOOT, 0,
NULL, SxeviousRomInfo, SxeviousRomName, NULL, NULL, XeviousSampleInfo, XeviousSampleName, XeviousInputInfo, XeviousDIPInfo,
NULL, SxeviousRomInfo, SxeviousRomName, NULL, NULL, XeviousSampleInfo, XeviousSampleName, XeviousInputInfo, SxeviousDIPInfo,
xeviousInit, DrvExit, DrvFrame, DrvDraw, DrvScan, NULL,
XEVIOUS_PALETTE_SIZE, NAMCO_SCREEN_WIDTH, NAMCO_SCREEN_HEIGHT, 3, 4
};

0 comments on commit a4dd522

Please sign in to comment.