summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vip/byteio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vip/byteio.cpp')
-rw-r--r--src/devices/bus/vip/byteio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/vip/byteio.cpp b/src/devices/bus/vip/byteio.cpp
index 387fcf96c0d..9e2cb2c7ef1 100644
--- a/src/devices/bus/vip/byteio.cpp
+++ b/src/devices/bus/vip/byteio.cpp
@@ -15,7 +15,7 @@
// GLOBAL VARIABLES
//**************************************************************************
-const device_type VIP_BYTEIO_PORT = &device_creator<vip_byteio_port_device>;
+const device_type VIP_BYTEIO_PORT = device_creator<vip_byteio_port_device>;