summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/rs232/xvd701.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/rs232/xvd701.cpp')
-rw-r--r--src/devices/bus/rs232/xvd701.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/rs232/xvd701.cpp b/src/devices/bus/rs232/xvd701.cpp
index a2693808213..6b94b0e2cb6 100644
--- a/src/devices/bus/rs232/xvd701.cpp
+++ b/src/devices/bus/rs232/xvd701.cpp
@@ -150,4 +150,4 @@ void jvc_xvd701_device::rcv_complete()
}
}
-const device_type JVC_XVD701 = &device_creator<jvc_xvd701_device>;
+const device_type JVC_XVD701 = device_creator<jvc_xvd701_device>;