summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namco62.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namco62.cpp')
-rw-r--r--src/mame/machine/namco62.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/namco62.cpp b/src/mame/machine/namco62.cpp
index fbb676015f2..4ef3d0e79e7 100644
--- a/src/mame/machine/namco62.cpp
+++ b/src/mame/machine/namco62.cpp
@@ -42,7 +42,7 @@ ROM_START( namco_62xx )
ROM_END
-const device_type NAMCO_62XX = &device_creator<namco_62xx_device>;
+const device_type NAMCO_62XX = device_creator<namco_62xx_device>;
namco_62xx_device::namco_62xx_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, NAMCO_62XX, "Namco 62xx", tag, owner, clock, "namco62", __FILE__),