ABC SDX
SDX cabinets of After Burner Climax were widescreen, clearly not 640x480. Can't locate native resolution.
This commit is contained in:
parent
69c0156e57
commit
ab7fbb7d5f
@ -437,7 +437,7 @@ static int detectGame(uint32_t elf_crc)
|
|||||||
config.gameDVP = "DVP-0018-SDX";
|
config.gameDVP = "DVP-0018-SDX";
|
||||||
config.gameID = "SBMN";
|
config.gameID = "SBMN";
|
||||||
config.gameReleaseYear = "2006 ?";
|
config.gameReleaseYear = "2006 ?";
|
||||||
config.gameNativeResolutions = "640x480";
|
config.gameNativeResolutions = "";
|
||||||
config.gameStatus = WORKING;
|
config.gameStatus = WORKING;
|
||||||
config.jvsIOType = SEGA_TYPE_1;
|
config.jvsIOType = SEGA_TYPE_1;
|
||||||
config.gameType = ABC;
|
config.gameType = ABC;
|
||||||
@ -451,7 +451,7 @@ static int detectGame(uint32_t elf_crc)
|
|||||||
config.gameDVP = "DVP-0018A-SDX";
|
config.gameDVP = "DVP-0018A-SDX";
|
||||||
config.gameID = "SBMN";
|
config.gameID = "SBMN";
|
||||||
config.gameReleaseYear = "2006 ?";
|
config.gameReleaseYear = "2006 ?";
|
||||||
config.gameNativeResolutions = "640x480";
|
config.gameNativeResolutions = "";
|
||||||
config.gameStatus = WORKING;
|
config.gameStatus = WORKING;
|
||||||
config.jvsIOType = SEGA_TYPE_1;
|
config.jvsIOType = SEGA_TYPE_1;
|
||||||
config.gameType = ABC;
|
config.gameType = ABC;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user