summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/konami1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/konami1.cpp')
-rw-r--r--src/mame/machine/konami1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/konami1.cpp b/src/mame/machine/konami1.cpp
index f3b6b920934..501b54c3018 100644
--- a/src/mame/machine/konami1.cpp
+++ b/src/mame/machine/konami1.cpp
@@ -9,10 +9,10 @@
#include "emu.h"
#include "konami1.h"
-const device_type KONAMI1 = device_creator<konami1_device>;
+DEFINE_DEVICE_TYPE(KONAMI1, konami1_device, "konami1", "KONAMI-1")
konami1_device::konami1_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
- : m6809_base_device(mconfig, "KONAMI-1", tag, owner, clock, KONAMI1, 1, "konami1", __FILE__)
+ : m6809_base_device(mconfig, tag, owner, clock, KONAMI1, 1)
{
m_boundary = 0x0000;
}