summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/sh/sh4.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/sh/sh4.cpp')
-rw-r--r--src/devices/cpu/sh/sh4.cpp11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/devices/cpu/sh/sh4.cpp b/src/devices/cpu/sh/sh4.cpp
index 81fc35740bf..47ed74df421 100644
--- a/src/devices/cpu/sh/sh4.cpp
+++ b/src/devices/cpu/sh/sh4.cpp
@@ -76,16 +76,7 @@ sh34_base_device::sh34_base_device(const machine_config &mconfig, device_type ty
: sh_common_execution(mconfig, type, tag, owner, clock, endianness, internal)
, m_program_config("program", endianness, 64, 32, 0, internal)
, m_io_config("io", endianness, 64, 8)
- , c_md2(0)
- , c_md1(0)
- , c_md0(0)
- , c_md6(0)
- , c_md4(0)
- , c_md3(0)
- , c_md5(0)
- , c_md7(0)
- , c_md8(0)
- , c_clock(0)
+ , m_clock(0)
, m_mmuhack(1)
, m_bigendian(endianness == ENDIANNESS_BIG)
{