. Fixed #309: Support 6522 TIMER1 at $Cs80 as in interrupt source

. Fixed save-state v2 bug where Mockingboard's card ROM was erroneously mapped in (instead of internal $C100-CFFF ROM)
. Added Cybernoid-TimerAtC480.aws.yaml to test both
This commit is contained in:
tomcw
2016-09-08 22:36:16 +01:00
parent efcf06c285
commit cf0cd37d9e
4 changed files with 13 additions and 2 deletions
+2
View File
@@ -515,6 +515,8 @@ static void Snapshot_LoadState_v2(void)
MemInitializeCustomF8ROM();
MemInitializeIO();
MemLoadSnapshot_SetSlotCxRom(); // Remove the cards' ROMs at $Csnn if internal ROM is enabled
MemUpdatePaging(TRUE);
// g_Apple2Type may've changed: so redraw frame (title, buttons, leds, etc)