d_neogeo: Fixed resolution for kof98pfe [zmhtt]
This commit is contained in:
parent
ffd9c1720a
commit
5974cb7a34
|
@ -23656,7 +23656,7 @@ struct BurnDriver BurnDrvKof98pfe = {
|
|||
BDF_GAME_WORKING | BDF_CLONE | BDF_HACK, 2, HARDWARE_PREFIX_CARTRIDGE | HARDWARE_SNK_NEOGEO, GBF_VSFIGHT, FBF_KOF,
|
||||
NULL, kof98pfeRomInfo, kof98pfeRomName, NULL, NULL, NULL, NULL, neoverswInputInfo, kof98mixDIPInfo,
|
||||
kof98pfeInit, NeoExit, NeoFrame, NeoRender, NeoScan, &NeoRecalcPalette,
|
||||
0x1000, 320, 224, 4, 3
|
||||
0x1000, 304, 224, 4, 3
|
||||
};
|
||||
|
||||
// The King of Fighters '98 - The Slugfest / King of Fighters '98 - Dream Match Never Ends (Easy Combo King, Hack)
|
||||
|
|
Loading…
Reference in New Issue