mirror of
https://github.com/lindbergh-loader/lindbergh-loader.git
synced 2026-09-27 17:28:01 +03:00
ABC SDX
SDX cabinets of After Burner Climax were widescreen, clearly not 640x480. Can't locate native resolution.
This commit is contained in:
@@ -437,7 +437,7 @@ static int detectGame(uint32_t elf_crc)
|
||||
config.gameDVP = "DVP-0018-SDX";
|
||||
config.gameID = "SBMN";
|
||||
config.gameReleaseYear = "2006 ?";
|
||||
config.gameNativeResolutions = "640x480";
|
||||
config.gameNativeResolutions = "";
|
||||
config.gameStatus = WORKING;
|
||||
config.jvsIOType = SEGA_TYPE_1;
|
||||
config.gameType = ABC;
|
||||
@@ -451,7 +451,7 @@ static int detectGame(uint32_t elf_crc)
|
||||
config.gameDVP = "DVP-0018A-SDX";
|
||||
config.gameID = "SBMN";
|
||||
config.gameReleaseYear = "2006 ?";
|
||||
config.gameNativeResolutions = "640x480";
|
||||
config.gameNativeResolutions = "";
|
||||
config.gameStatus = WORKING;
|
||||
config.jvsIOType = SEGA_TYPE_1;
|
||||
config.gameType = ABC;
|
||||
|
||||
Reference in New Issue
Block a user