summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc/fdc/opus.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/bbc/fdc/opus.cpp')
-rw-r--r--src/devices/bus/bbc/fdc/opus.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/bbc/fdc/opus.cpp b/src/devices/bus/bbc/fdc/opus.cpp
index 3e8f1bd9496..ccc75650925 100644
--- a/src/devices/bus/bbc/fdc/opus.cpp
+++ b/src/devices/bus/bbc/fdc/opus.cpp
@@ -20,9 +20,9 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type BBC_OPUS2791 = &device_creator<bbc_opus2791_device>;
-const device_type BBC_OPUS2793 = &device_creator<bbc_opus2793_device>;
-const device_type BBC_OPUS1770 = &device_creator<bbc_opus1770_device>;
+const device_type BBC_OPUS2791 = device_creator<bbc_opus2791_device>;
+const device_type BBC_OPUS2793 = device_creator<bbc_opus2793_device>;
+const device_type BBC_OPUS1770 = device_creator<bbc_opus1770_device>;
//-------------------------------------------------