diff options
Diffstat (limited to 'src/devices/cpu/h8/h83008.cpp')
-rw-r--r-- | src/devices/cpu/h8/h83008.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/h8/h83008.cpp b/src/devices/cpu/h8/h83008.cpp index c919008667d..33b49317a89 100644 --- a/src/devices/cpu/h8/h83008.cpp +++ b/src/devices/cpu/h8/h83008.cpp @@ -25,7 +25,7 @@ h83008_device::h83008_device(const machine_config &mconfig, const char *tag, dev timer16_1(*this, "timer16:1"), timer16_2(*this, "timer16:2"), sci0(*this, "sci0"), - sci1(*this, "sci1") + sci1(*this, "sci1"), syscr(0) { } |