summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/wd33c93.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/wd33c93.cpp')
-rw-r--r--src/devices/machine/wd33c93.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/wd33c93.cpp b/src/devices/machine/wd33c93.cpp
index 9489bea0485..ba20d5c324a 100644
--- a/src/devices/machine/wd33c93.cpp
+++ b/src/devices/machine/wd33c93.cpp
@@ -804,4 +804,4 @@ int wd33c93_device::get_dma_count()
return get_xfer_count();
}
-const device_type WD33C93 = &device_creator<wd33c93_device>;
+const device_type WD33C93 = device_creator<wd33c93_device>;