summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namco06.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namco06.cpp')
-rw-r--r--src/mame/machine/namco06.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/namco06.cpp b/src/mame/machine/namco06.cpp
index 40bf97858e5..11d2647abed 100644
--- a/src/mame/machine/namco06.cpp
+++ b/src/mame/machine/namco06.cpp
@@ -174,7 +174,7 @@ WRITE8_MEMBER( namco_06xx_device::ctrl_w )
}
-const device_type NAMCO_06XX = &device_creator<namco_06xx_device>;
+const device_type NAMCO_06XX = device_creator<namco_06xx_device>;
namco_06xx_device::namco_06xx_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, NAMCO_06XX, "Namco 06xx", tag, owner, clock, "namco06xx", __FILE__)