summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sms_ctrl/graphic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/sms_ctrl/graphic.cpp')
-rw-r--r--src/devices/bus/sms_ctrl/graphic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/sms_ctrl/graphic.cpp b/src/devices/bus/sms_ctrl/graphic.cpp
index db302cea668..6aba4cdcbfb 100644
--- a/src/devices/bus/sms_ctrl/graphic.cpp
+++ b/src/devices/bus/sms_ctrl/graphic.cpp
@@ -41,7 +41,7 @@ THen 2 nibbles are read to form a byte containing the absolute Y coordiante.
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type SMS_GRAPHIC = &device_creator<sms_graphic_device>;
+const device_type SMS_GRAPHIC = device_creator<sms_graphic_device>;
static INPUT_PORTS_START( sms_graphic )