This commit is contained in:
dinkc64 2022-05-05 09:58:46 -04:00
parent 2c836a5440
commit 5d10e37a7a
1 changed files with 1 additions and 1 deletions

View File

@ -1243,7 +1243,7 @@ struct BurnDriver BurnDrvDsmbl = {
BDF_GAME_WORKING | BDF_32BIT_ONLY, 2, HARDWARE_CAVE_CV1000, GBF_HORSHOOT, 0,
NULL, dsmblRomInfo, dsmblRomName, NULL, NULL, NULL, NULL, Cv1kInputInfo, Cv1kDIPInfo,
DrvInit, DrvExit, DrvFrame, DrvDraw, DrvScan, &DrvRecalc, 0x10000,
240, 320, 3, 4
320, 240, 4, 3
};