summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sat_ctrl/analog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sat_ctrl/analog.cpp')
-rw-r--r--src/devices/bus/sat_ctrl/analog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/sat_ctrl/analog.cpp b/src/devices/bus/sat_ctrl/analog.cpp
index 8f40c2133d3..1ac30a9bd3a 100644
--- a/src/devices/bus/sat_ctrl/analog.cpp
+++ b/src/devices/bus/sat_ctrl/analog.cpp
@@ -13,7 +13,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type SATURN_ANALOG = &device_creator<saturn_analog_device>;
+const device_type SATURN_ANALOG = device_creator<saturn_analog_device>;
static INPUT_PORTS_START( saturn_analog )