From 9402f53c838bf871ddf8ba4b574bf831152466be Mon Sep 17 00:00:00 2001 From: Ryan Holtz Date: Tue, 25 Dec 2012 03:39:50 +0000 Subject: [PATCH] (nw) Just in case... --- src/emu/cpu/esrip/esrip.c | 1 + src/emu/cpu/h6280/h6280.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/emu/cpu/esrip/esrip.c b/src/emu/cpu/esrip/esrip.c index 2477640d0dc..f12e2d38b7e 100644 --- a/src/emu/cpu/esrip/esrip.c +++ b/src/emu/cpu/esrip/esrip.c @@ -295,6 +295,7 @@ void esrip_device::device_start() // set our instruction counter m_icountptr = &m_icount; + m_icount = 0; } diff --git a/src/emu/cpu/h6280/h6280.c b/src/emu/cpu/h6280/h6280.c index 05e20d767b4..2684b25b1f1 100644 --- a/src/emu/cpu/h6280/h6280.c +++ b/src/emu/cpu/h6280/h6280.c @@ -226,6 +226,7 @@ void h6280_device::device_start() // set our instruction counter m_icountptr = &m_icount; + m_icount = 0; } void h6280_device::device_reset()