summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/gaelco3d.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/gaelco3d.cpp')
-rw-r--r--src/mame/machine/gaelco3d.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/gaelco3d.cpp b/src/mame/machine/gaelco3d.cpp
index 567b0e5a5f6..f1a7c4851b7 100644
--- a/src/mame/machine/gaelco3d.cpp
+++ b/src/mame/machine/gaelco3d.cpp
@@ -168,7 +168,7 @@ static void buf_reset(buf_t *buf)
buf->cnt = 0;
}
-const device_type GAELCO_SERIAL = &device_creator<gaelco_serial_device>;
+const device_type GAELCO_SERIAL = device_creator<gaelco_serial_device>;
gaelco_serial_device::gaelco_serial_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
: device_t(mconfig, GAELCO_SERIAL, "Gaelco 3D Serial Hardware", tag, owner, clock, "gaelco_serial", __FILE__),