summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6809/m6809.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6809/m6809.cpp')
-rw-r--r--src/devices/cpu/m6809/m6809.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/m6809/m6809.cpp b/src/devices/cpu/m6809/m6809.cpp
index e2a83a17e00..39ba49cda10 100644
--- a/src/devices/cpu/m6809/m6809.cpp
+++ b/src/devices/cpu/m6809/m6809.cpp
@@ -616,7 +616,7 @@ mc6809_device::mc6809_device(const machine_config &mconfig, const char *tag, dev
//-------------------------------------------------
mc6809e_device::mc6809e_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
- : m6809_base_device(mconfig, tag, owner, clock, MC6809E, 1)
+ : m6809_base_device(mconfig, tag, owner, clock, MC6809E, 1)
{
}