mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-04-20 15:17:50 +00:00
Load save-state:
. fix for II/II+ when VidHD's SHR is being updated (init memVidHD ptr). . refactor to consolidate all Mem* related initialisation.
This commit is contained in:
@@ -499,13 +499,7 @@ static void Snapshot_LoadState_v2(void)
|
||||
const CConfigNeedingRestart configNew = CConfigNeedingRestart::Create();
|
||||
GetPropertySheet().ApplyNewConfigFromSnapshot(configNew); // Saves new state to Registry (not slot/cards though)
|
||||
|
||||
MemInitializeROM();
|
||||
MemInitializeCustomROM();
|
||||
MemInitializeCustomF8ROM();
|
||||
MemInitializeIO();
|
||||
MemInitializeCardSlotAndExpansionRomFromSnapshot();
|
||||
|
||||
MemUpdatePaging(TRUE);
|
||||
MemInitializeFromSnapshot();
|
||||
|
||||
DebugReset();
|
||||
if (g_nAppMode == MODE_DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user