summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99_peb/peribox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99_peb/peribox.cpp')
-rw-r--r--src/devices/bus/ti99_peb/peribox.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/devices/bus/ti99_peb/peribox.cpp b/src/devices/bus/ti99_peb/peribox.cpp
index 34190757fb4..de124051046 100644
--- a/src/devices/bus/ti99_peb/peribox.cpp
+++ b/src/devices/bus/ti99_peb/peribox.cpp
@@ -757,10 +757,10 @@ WRITE_LINE_MEMBER( peribox_slot_device::set_ready )
}
/***************************************************************************/
-const device_type PERIBOX = &device_creator<peribox_device>;
-const device_type PERIBOX_SLOT = &device_creator<peribox_slot_device>;
+const device_type PERIBOX = device_creator<peribox_device>;
+const device_type PERIBOX_SLOT = device_creator<peribox_slot_device>;
-const device_type PERIBOX_EV = &device_creator<peribox_ev_device>;
-const device_type PERIBOX_SG = &device_creator<peribox_sg_device>;
-const device_type PERIBOX_GEN = &device_creator<peribox_gen_device>;
-const device_type PERIBOX_998 = &device_creator<peribox_998_device>;
+const device_type PERIBOX_EV = device_creator<peribox_ev_device>;
+const device_type PERIBOX_SG = device_creator<peribox_sg_device>;
+const device_type PERIBOX_GEN = device_creator<peribox_gen_device>;
+const device_type PERIBOX_998 = device_creator<peribox_998_device>;