mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-02-17 01:45:41 +00:00
- Fixed Ski Champ loading. Fails with a "NO DAUGHTERBOARD" error.
This commit is contained in:
parent
d8960ad133
commit
4c02a8af05
|
@ -1026,10 +1026,10 @@ const struct GameInfo Model3GameList[] =
|
||||||
|
|
||||||
{
|
{
|
||||||
// Fixed CROM
|
// Fixed CROM
|
||||||
{ "CROM", "epr20355.20", 0x7A784E67, 0x200000, 2, 0x0400000, 8, TRUE },
|
{ "CROM", "epr20355.20", 0x7A784E67, 0x200000, 2, 0x0000000, 8, TRUE },
|
||||||
{ "CROM", "epr20353.19", 0xBADF5F04, 0x200000, 2, 0x0400002, 8, TRUE },
|
{ "CROM", "epr20354.18", 0xACA62BF8, 0x200000, 2, 0x0000002, 8, TRUE },
|
||||||
{ "CROM", "epr20354.18", 0xACA62BF8, 0x200000, 2, 0x0400004, 8, TRUE },
|
{ "CROM", "epr20353.19", 0xBADF5F04, 0x200000, 2, 0x0000004, 8, TRUE },
|
||||||
{ "CROM", "epr20352.17", 0xC92C2545, 0x200000, 2, 0x0400006, 8, TRUE },
|
{ "CROM", "epr20352.17", 0xC92C2545, 0x200000, 2, 0x0000006, 8, TRUE },
|
||||||
|
|
||||||
// Banked CROM0
|
// Banked CROM0
|
||||||
{ "CROMxx", "mpr20321.4", 0x698A97EE, 0x400000, 2, 0x0000000, 8, TRUE },
|
{ "CROMxx", "mpr20321.4", 0x698A97EE, 0x400000, 2, 0x0000000, 8, TRUE },
|
||||||
|
|
Loading…
Reference in a new issue