mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-08-15 18:27:29 +00:00
Save-state: fix for EnableHDD flag not being reset for a new config
This commit is contained in:
@@ -474,6 +474,9 @@ static void Snapshot_LoadState_v2(DWORD dwVersion)
|
|||||||
for (UINT i=0; i<NUM_SLOTS; i++)
|
for (UINT i=0; i<NUM_SLOTS; i++)
|
||||||
m_ConfigNew.m_Slot[i] = CT_Empty;
|
m_ConfigNew.m_Slot[i] = CT_Empty;
|
||||||
m_ConfigNew.m_SlotAux = CT_Empty;
|
m_ConfigNew.m_SlotAux = CT_Empty;
|
||||||
|
m_ConfigNew.m_bEnableHDD = false;
|
||||||
|
//m_ConfigNew.m_bEnableTheFreezesF8Rom = ?; // todo: when support saving config
|
||||||
|
//m_ConfigNew.m_bEnhanceDisk = ?; // todo: when support saving config
|
||||||
|
|
||||||
MemReset();
|
MemReset();
|
||||||
PravetsReset();
|
PravetsReset();
|
||||||
|
Reference in New Issue
Block a user