summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/decocpu7.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/decocpu7.cpp')
-rw-r--r--src/mame/machine/decocpu7.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/decocpu7.cpp b/src/mame/machine/decocpu7.cpp
index 6c7fe9c8179..332cea3ac45 100644
--- a/src/mame/machine/decocpu7.cpp
+++ b/src/mame/machine/decocpu7.cpp
@@ -4,11 +4,11 @@
#include "emu.h"
#include "decocpu7.h"
-const device_type DECO_CPU7 = device_creator<deco_cpu7_device>;
+DEFINE_DEVICE_TYPE(DECO_CPU7, deco_cpu7_device, "decocpu7", "DECO CPU-7")
deco_cpu7_device::deco_cpu7_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
- m6502_device(mconfig, DECO_CPU7, "DECO CPU-7", tag, owner, clock, "decocpu7", __FILE__)
+ m6502_device(mconfig, DECO_CPU7, tag, owner, clock)
{
}