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