summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/coleco/sac.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/coleco/sac.cpp')
-rw-r--r--src/devices/bus/coleco/sac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/coleco/sac.cpp b/src/devices/bus/coleco/sac.cpp
index 2c1725fd507..28835f7ad85 100644
--- a/src/devices/bus/coleco/sac.cpp
+++ b/src/devices/bus/coleco/sac.cpp
@@ -15,7 +15,7 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type COLECO_SUPER_ACTION_CONTROLLER = &device_creator<coleco_super_action_controller_t>;
+const device_type COLECO_SUPER_ACTION_CONTROLLER = device_creator<coleco_super_action_controller_t>;
CUSTOM_INPUT_MEMBER( coleco_super_action_controller_t::keypad_r )