diff options
Diffstat (limited to 'src/devices/cpu/h8/h83048.cpp')
-rw-r--r-- | src/devices/cpu/h8/h83048.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/h8/h83048.cpp b/src/devices/cpu/h8/h83048.cpp index 8254f5a6c22..0cad91b1d72 100644 --- a/src/devices/cpu/h8/h83048.cpp +++ b/src/devices/cpu/h8/h83048.cpp @@ -30,7 +30,7 @@ h83048_device::h83048_device(const machine_config &mconfig, device_type type, co timer16_3(*this, "timer16:3"), timer16_4(*this, "timer16:4"), sci0(*this, "sci0"), - sci1(*this, "sci1") + sci1(*this, "sci1"), ram_start(0), syscr(0) { } |