summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/econet/e01.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/econet/e01.cpp')
-rw-r--r--src/devices/bus/econet/e01.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/econet/e01.cpp b/src/devices/bus/econet/e01.cpp
index 3ef261e174a..80fc8bb3029 100644
--- a/src/devices/bus/econet/e01.cpp
+++ b/src/devices/bus/econet/e01.cpp
@@ -75,8 +75,8 @@
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type E01 = &device_creator<e01_device>;
-const device_type E01S = &device_creator<e01s_device>;
+const device_type E01 = device_creator<e01_device>;
+const device_type E01S = device_creator<e01s_device>;
e01s_device::e01s_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)
:e01_device(mconfig, E01S, "Acorn FileStore E01S", tag, owner, clock, "e01s", __FILE__) { m_variant = TYPE_E01S; }