summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/v9938.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/video/v9938.cpp')
-rw-r--r--src/devices/video/v9938.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/video/v9938.cpp b/src/devices/video/v9938.cpp
index 141448d463a..03476fd36af 100644
--- a/src/devices/video/v9938.cpp
+++ b/src/devices/video/v9938.cpp
@@ -84,8 +84,8 @@ ADDRESS_MAP_END
// devices
-const device_type V9938 = &device_creator<v9938_device>;
-const device_type V9958 = &device_creator<v9958_device>;
+const device_type V9938 = device_creator<v9938_device>;
+const device_type V9958 = device_creator<v9958_device>;
v99x8_device::v99x8_device(const machine_config &mconfig, device_type type, const char *name, const char *shortname, const char *tag, device_t *owner, uint32_t clock)