summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namcoio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namcoio.cpp')
-rw-r--r--src/mame/machine/namcoio.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/machine/namcoio.cpp b/src/mame/machine/namcoio.cpp
index 335fe4ea84f..b4a32041a0e 100644
--- a/src/mame/machine/namcoio.cpp
+++ b/src/mame/machine/namcoio.cpp
@@ -118,9 +118,9 @@ TODO:
#define LOG(x) do { if (VERBOSE) logerror x; } while (0)
-const device_type NAMCO56XX = &device_creator<namco56xx_device>;
-const device_type NAMCO58XX = &device_creator<namco58xx_device>;
-const device_type NAMCO59XX = &device_creator<namco59xx_device>;
+const device_type NAMCO56XX = device_creator<namco56xx_device>;
+const device_type NAMCO58XX = device_creator<namco58xx_device>;
+const device_type NAMCO59XX = device_creator<namco59xx_device>;
namcoio_device::namcoio_device(const machine_config &mconfig, device_type type, const char* name, const char *tag, device_t *owner, uint32_t clock, const char *shortname)
: device_t(mconfig, type, name, tag, owner, clock, shortname, __FILE__),