Skip to content

Commit

Permalink
neogeo, nam1975, increase resolution for the ending scene to display …
Browse files Browse the repository at this point in the history
…properly
  • Loading branch information
dinkc64 committed Dec 26, 2024
1 parent 73e8c30 commit 20d225b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/burn/drv/neogeo/d_neogeo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2404,14 +2404,16 @@ static struct BurnRomInfo nam1975RomDesc[] = {
STDROMPICKEXT(nam1975, nam1975, neogeo)
STD_ROM_FN(nam1975)

// Note: Even though the titlescreen is cropped, the ending scene requires 320x224!

struct BurnDriver BurnDrvNam1975 = {
"nam1975", NULL, "neogeo", NULL, "1990",
"NAM-1975 (NGM-001 ~ NGH-001)\0", NULL, "SNK", "Neo Geo MVS",
NULL, NULL, NULL, NULL,
BDF_GAME_WORKING | BDF_HISCORE_SUPPORTED, 2, HARDWARE_PREFIX_CARTRIDGE | HARDWARE_SNK_NEOGEO, GBF_SHOOT, 0,
NULL, nam1975RomInfo, nam1975RomName, NULL, NULL, NULL, NULL, neogeoInputInfo, neogeoDIPInfo,
NeoInit, NeoExit, NeoFrame, NeoRender, NeoScan, &NeoRecalcPalette,
0x1000, 304, 224, 4, 3
0x1000, 320, 224, 4, 3
};


Expand Down

0 comments on commit 20d225b

Please sign in to comment.