summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/decocpu6.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/decocpu6.cpp')
-rw-r--r--src/mame/machine/decocpu6.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/machine/decocpu6.cpp b/src/mame/machine/decocpu6.cpp
index 5f5ab6e97b3..2162812d3dd 100644
--- a/src/mame/machine/decocpu6.cpp
+++ b/src/mame/machine/decocpu6.cpp
@@ -9,6 +9,9 @@
#include "emu.h"
#include "decocpu6.h"
+const device_type DECO_CPU6 = device_creator<deco_cpu6_device>;
+
+
deco_cpu6_device::deco_cpu6_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
m6502_device(mconfig, DECO_CPU6, "DECO CPU-6", tag, owner, clock, "decocpu6", __FILE__)
{