d_route16: The correct aspect ratio for T.T Mahjong is 4:3

The correct aspect ratio for T.T Mahjong is 4:3
This commit is contained in:
taoenwen 2024-04-13 00:08:43 +08:00
parent fce3413dae
commit 8e9745f047
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// FB Alpha Route 16 driver module
// FB Neo Route 16 driver module
// Based on MAME driver by Zsolt Vasvari
// Todo: revise route16 protection
@ -1505,5 +1505,5 @@ struct BurnDriver BurnDrvttmahjng = {
BDF_GAME_WORKING | BDF_CLONE, 2, HARDWARE_MISC_PRE90S, GBF_MAHJONG, 0,
NULL, ttmahjngRomInfo, ttmahjngRomName, NULL, NULL, NULL, NULL, TtmahjngInputInfo, NULL,
DrvInit, DrvExit, DrvFrame, TtmahjngDraw, DrvScan, &DrvRecalc, 0x8,
256, 256, 3, 4
256, 256, 4, 3
};