Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/finalburnneo/FBNeo
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Sep 25, 2024
2 parents b8a2b31 + e8a2009 commit 3c308fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/burn/drv/pst90s/d_expro02.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2274,10 +2274,10 @@ struct BurnDriver BurnDrvSupmodel = {
"supmodel", NULL, NULL, NULL, "1994",
"Super Model\0", NULL, "Comad & New Japan System", "EXPRO-02",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING, 2, HARDWARE_MISC_POST90S, GBF_PUZZLE, 0,
BDF_GAME_WORKING | BDF_ORIENTATION_VERTICAL | BDF_ORIENTATION_FLIPPED, 2, HARDWARE_MISC_POST90S, GBF_PUZZLE, 0,
NULL, supmodelRomInfo, supmodelRomName, NULL, NULL, NULL, NULL, DrvInputInfo, FantasiaaDIPInfo,
SupmodelInit, DrvExit, DrvFrame, ComadDraw, DrvScan, &BurnRecalc, 0x800,
256, 224, 4, 3
224, 256, 3, 4
};


Expand Down

0 comments on commit 3c308fe

Please sign in to comment.