Skip to content

Commit

Permalink
d_alinvade: fix aspect ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
barbudreadmon authored Oct 24, 2024
1 parent 3543bf1 commit c5bb2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/burn/drv/pre90s/d_alinvade.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -301,5 +301,5 @@ struct BurnDriver BurnDrvAlinvade = {
BDF_GAME_WORKING | BDF_ORIENTATION_VERTICAL | BDF_ORIENTATION_FLIPPED | BDF_HISCORE_SUPPORTED, 1, HARDWARE_MISC_PRE90S, GBF_SHOOT, 0,
NULL, alinvadeRomInfo, alinvadeRomName, NULL, NULL, NULL, NULL, AlinvadeInputInfo, AlinvadeDIPInfo,
DrvInit, DrvExit, DrvFrame, DrvDraw, DrvScan, &DrvRecalc, 2,
128, 128, 4, 3
128, 128, 3, 4
};

0 comments on commit c5bb2ce

Please sign in to comment.