Support polling of Mockingboard's & Phasor's 6522 IFR.Timer1 (#496)

. Extended save-state (Mockingboard & Phasor: version 2) to support 6522 timer being active
This commit is contained in:
tomcw
2017-10-21 18:47:22 +01:00
parent c49d68f2b5
commit 297cea7d2a
4 changed files with 85 additions and 52 deletions
+1
View File
@@ -539,6 +539,7 @@ DWORD CpuExecute(const DWORD uCycles, const bool bVideoUpdate)
const DWORD uExecutedCycles = InternalCpuExecute(uCycles, bVideoUpdate);
MB_UpdateCycles(uExecutedCycles); // Update 6522s (NB. Do this before updating g_nCumulativeCycles below)
// NB. Ensures that 6522 regs are up-to-date for any potential save-state
UpdateEmulationTime(uExecutedCycles);
//