Version 5.8c with another round of new overlays added.

This commit is contained in:
Dave Bernazzani 2024-10-23 07:18:21 -04:00
parent ac139e134b
commit 19a7ce21f7
4 changed files with 2 additions and 0 deletions

Binary file not shown.

View File

@ -206,6 +206,7 @@ static void SetDefaultGameConfig(UINT32 crc)
if (crc == 0x10D64E48) myConfig.controller_type = CONTROLLER_P2; // MLB Baseball and Super Pro Baseball use the P2 controller
if (crc == 0xDAB36628) myConfig.controller_type = CONTROLLER_P2; // MLB Baseball and Super Pro Baseball use the P2 controller
if (crc == 0x650fc1b4) myConfig.controller_type = CONTROLLER_P2; // MLB Baseball and Super Pro Baseball use the P2 controller
if (crc == 0x275F3512) myConfig.controller_type = CONTROLLER_P2; // Turbo uses the P2 controller
if (crc == 0xc047d487) myConfig.dpad_config = DPAD_STRICT_4WAY; // Beauty and the Beast is best with Strict 4-way
if (crc == 0xD1D352A0) myConfig.dpad_config = DPAD_STRICT_4WAY; // Tower of Doom is best with Strict 4-way

View File

@ -391,6 +391,7 @@ struct MapRomToOvl_t MapRomToOvl[] =
{0xD1D352A0 , "TOWER", "DOOM", "Tower of Doom.ovl"},
{0x734F3260 , "TRUCKIN", "TRUCKIN", "Truckin.ovl"},
{0x6FA698B3 , "TUTANKHAM", "TUTANKHAM", "Tutankham.ovl"},
{0x275F3512 , "TURBO", "COLECO", "Turbo.ovl"},
{0x752FD927 , "USCF", "CHESS", "USCF Chess.ovl"},
{0xF9E0789E , "UTOPIA", "UTOPIA", "Utopia.ovl"},
{0xC9624608 , "VANGUARD", "VANGUARD", "Vanguard.ovl"},

Binary file not shown.