summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/tms9900/ti990_10.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/tms9900/ti990_10.cpp')
-rw-r--r--src/devices/cpu/tms9900/ti990_10.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/tms9900/ti990_10.cpp b/src/devices/cpu/tms9900/ti990_10.cpp
index ecccef75942..06bab5b1d94 100644
--- a/src/devices/cpu/tms9900/ti990_10.cpp
+++ b/src/devices/cpu/tms9900/ti990_10.cpp
@@ -62,7 +62,7 @@ void ti990_10_device::device_start()
m_cru = &space(AS_IO);
// set our instruction counter
- m_icountptr = &m_icount;
+ set_icountptr(m_icount);
state_add(STATE_GENPC, "GENPC", PC).formatstr("%4s").noshow();
state_add(STATE_GENPCBASE, "CURPC", PC).formatstr("%4s").noshow();