From b636d9ebb536cd012a7a509a4d5bfe86b2ca1edf Mon Sep 17 00:00:00 2001 From: dinkc64 <12570148+dinkc64@users.noreply.github.com> Date: Wed, 25 Apr 2018 04:02:26 +0000 Subject: [PATCH] m6805: fix m6805TotalCycles() --- src/cpu/m6805/m6805.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/cpu/m6805/m6805.cpp b/src/cpu/m6805/m6805.cpp index 454c2cff3..2973fffe5 100644 --- a/src/cpu/m6805/m6805.cpp +++ b/src/cpu/m6805/m6805.cpp @@ -310,6 +310,7 @@ static void m68705_Interrupt(void) } } m6805_ICount -= 11; + m6805.nTotalCycles += 11; } } @@ -335,7 +336,7 @@ static void Interrupt(void) m6805.pending_interrupts &= ~(1<