diff options
Diffstat (limited to 'src/devices/cpu/h8/h83002.cpp')
-rw-r--r-- | src/devices/cpu/h8/h83002.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/h8/h83002.cpp b/src/devices/cpu/h8/h83002.cpp index 451454dca40..96fc201dfab 100644 --- a/src/devices/cpu/h8/h83002.cpp +++ b/src/devices/cpu/h8/h83002.cpp @@ -23,7 +23,7 @@ h83002_device::h83002_device(const machine_config &mconfig, const char *tag, dev timer16_3(*this, "timer16:3"), timer16_4(*this, "timer16:4"), sci0(*this, "sci0"), - sci1(*this, "sci1") + sci1(*this, "sci1"), syscr(0) { } |