summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sat_ctrl/pointer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sat_ctrl/pointer.cpp')
-rw-r--r--src/devices/bus/sat_ctrl/pointer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/sat_ctrl/pointer.cpp b/src/devices/bus/sat_ctrl/pointer.cpp
index 77116d44b4d..11c73615b45 100644
--- a/src/devices/bus/sat_ctrl/pointer.cpp
+++ b/src/devices/bus/sat_ctrl/pointer.cpp
@@ -15,7 +15,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type SATURN_TRACK = &device_creator<saturn_track_device>;
+const device_type SATURN_TRACK = device_creator<saturn_track_device>;
static INPUT_PORTS_START( saturn_track )