summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/tvc/tvc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/tvc/tvc.cpp')
-rw-r--r--src/devices/bus/tvc/tvc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/tvc/tvc.cpp b/src/devices/bus/tvc/tvc.cpp
index 84f90f96af1..e726cffd99e 100644
--- a/src/devices/bus/tvc/tvc.cpp
+++ b/src/devices/bus/tvc/tvc.cpp
@@ -18,7 +18,7 @@
// GLOBAL VARIABLES
//**************************************************************************
-const device_type TVCEXP_SLOT = &device_creator<tvcexp_slot_device>;
+const device_type TVCEXP_SLOT = device_creator<tvcexp_slot_device>;
//**************************************************************************