[Core/MD] added "Demons of Asteborg" and "Astebros" in internal mapper database (fixes Steam versions which incorrectly use Everdrive extended SSF mapper indicator in ROM header)

This commit is contained in:
ekeeke 2023-07-01 15:34:52 +02:00
parent 4bb149ba0b
commit 83ab969f29
4 changed files with 6 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 MiB

After

Width:  |  Height:  |  Size: 3.8 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 MiB

After

Width:  |  Height:  |  Size: 4.0 MiB

View File

@ -509,6 +509,12 @@ void md_cart_init(void)
}
/* detect specific mappers */
else if (strstr(rominfo.international,"DEMONS OF ASTEBORG") ||
strstr(rominfo.international,"ASTEBROS"))
{
/* default SSF2+SRAM mapper (fixes Steam versions which incorrectly use Everdrive extended SSF mapper indicator in ROM header) */
cart.hw.time_w = default_time_w;
}
else if (strstr(rominfo.consoletype,"SEGA SSF"))
{
/* Everdrive extended SSF mapper */