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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/konami1.cpp b/src/mame/machine/konami1.cpp
index 5e84e9617f7..f3b6b920934 100644
--- a/src/mame/machine/konami1.cpp
+++ b/src/mame/machine/konami1.cpp
@@ -9,7 +9,7 @@
#include "emu.h"
#include "konami1.h"
-const device_type KONAMI1 = &device_creator<konami1_device>;
+const device_type KONAMI1 = device_creator<konami1_device>;
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__)