diff options
Diffstat (limited to 'src/devices/cpu/h8/h8.cpp')
-rw-r--r-- | src/devices/cpu/h8/h8.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/h8/h8.cpp b/src/devices/cpu/h8/h8.cpp index 4eb6d2103a6..a571fe2367c 100644 --- a/src/devices/cpu/h8/h8.cpp +++ b/src/devices/cpu/h8/h8.cpp @@ -25,6 +25,7 @@ h8_device::h8_device(const machine_config &mconfig, device_type type, const char mode_advanced = false; mode_a20 = false; has_exr = false; + has_mac = false; mac_saturating = false; has_trace = false; has_hc = true; |