summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namco50.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namco50.cpp')
-rw-r--r--src/mame/machine/namco50.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/namco50.cpp b/src/mame/machine/namco50.cpp
index 62280849c39..8b54f21e05e 100644
--- a/src/mame/machine/namco50.cpp
+++ b/src/mame/machine/namco50.cpp
@@ -237,7 +237,7 @@ ROM_START( namco_50xx )
ROM_END
-const device_type NAMCO_50XX = &device_creator<namco_50xx_device>;
+const device_type NAMCO_50XX = device_creator<namco_50xx_device>;
namco_50xx_device::namco_50xx_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, NAMCO_50XX, "Namco 50xx", tag, owner, clock, "namco50", __FILE__),