summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/konppc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/konppc.cpp')
-rw-r--r--src/mame/machine/konppc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/konppc.cpp b/src/mame/machine/konppc.cpp
index 2d841620c82..b9429c8a1e6 100644
--- a/src/mame/machine/konppc.cpp
+++ b/src/mame/machine/konppc.cpp
@@ -14,10 +14,10 @@
/*****************************************************************************/
-const device_type KONPPC = device_creator<konppc_device>;
+DEFINE_DEVICE_TYPE(KONPPC, konppc_device, "konppc", "Konami PowerPC Common Functions")
konppc_device::konppc_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
- : device_t(mconfig, KONPPC, "Konami PowerPC Common Functions", tag, owner, clock, "konppc", __FILE__),
+ : device_t(mconfig, KONPPC, tag, owner, clock),
cgboard_type(0),
num_cgboards(0)/*,
cgboard_id(MAX_CG_BOARDS)*/