summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/h6280
diff options
context:
space:
mode:
author Ryan Holtz <rholtz@batcountryentertainment.com>2012-12-25 03:39:50 +0000
committer Ryan Holtz <rholtz@batcountryentertainment.com>2012-12-25 03:39:50 +0000
commit9402f53c838bf871ddf8ba4b574bf831152466be (patch)
tree5a15336a9c27564fcb76240762a5a93c0aa53810 /src/emu/cpu/h6280
parente43cd42078b101fcdb622df22a5715ab66166818 (diff)
(nw) Just in case...
Diffstat (limited to 'src/emu/cpu/h6280')
-rw-r--r--src/emu/cpu/h6280/h6280.c1
1 files changed, 1 insertions, 0 deletions
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()