diff options
Diffstat (limited to 'src/devices/cpu/h8/h8s2357.cpp')
-rw-r--r-- | src/devices/cpu/h8/h8s2357.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/h8/h8s2357.cpp b/src/devices/cpu/h8/h8s2357.cpp index 56248a29c3a..d9a1ecc7cfa 100644 --- a/src/devices/cpu/h8/h8s2357.cpp +++ b/src/devices/cpu/h8/h8s2357.cpp @@ -38,7 +38,7 @@ h8s2357_device::h8s2357_device(const machine_config &mconfig, device_type type, timer16_5(*this, "timer16:5"), sci0(*this, "sci0"), sci1(*this, "sci1"), - sci2(*this, "sci2") + sci2(*this, "sci2"), ram_start(0), syscr(0) { } |