Save-state: Explicitly init MB SoundcardType when loading state. (Fixes #609)

This commit is contained in:
tomcw
2019-02-23 10:22:52 +00:00
parent 11137cbc44
commit f998c7ddb2
4 changed files with 16 additions and 10 deletions
+4 -3
View File
@@ -1663,9 +1663,10 @@ void MemInitializeIO(void)
{
ConfigureSoftcard(pCxRomPeripheral, 5); // $C500 : Z80 card
}
else
if (g_Slot5 == CT_SAM)
ConfigureSAM(pCxRomPeripheral, 5); // $C500 : Z80 card
else if (g_Slot5 == CT_SAM)
{
ConfigureSAM(pCxRomPeripheral, 5); // $C500 : Z80 card
}
DiskLoadRom(pCxRomPeripheral, 6); // $C600 : Disk][ f/w
HD_Load_Rom(pCxRomPeripheral, 7); // $C700 : HDD f/w