summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/namcoio_gearbox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/namcoio_gearbox.cpp')
-rw-r--r--src/mame/machine/namcoio_gearbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/namcoio_gearbox.cpp b/src/mame/machine/namcoio_gearbox.cpp
index 68f0c82e794..6e4d8096a7c 100644
--- a/src/mame/machine/namcoio_gearbox.cpp
+++ b/src/mame/machine/namcoio_gearbox.cpp
@@ -33,7 +33,7 @@
//**************************************************************************
// device type definition
-const device_type NAMCOIO_GEARBOX = &device_creator<namcoio_gearbox_device>;
+const device_type NAMCOIO_GEARBOX = device_creator<namcoio_gearbox_device>;
//**************************************************************************