summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/psxcd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/psxcd.cpp')
-rw-r--r--src/mame/machine/psxcd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/psxcd.cpp b/src/mame/machine/psxcd.cpp
index eafd7ed2562..f1b4a3fd0c5 100644
--- a/src/mame/machine/psxcd.cpp
+++ b/src/mame/machine/psxcd.cpp
@@ -83,7 +83,7 @@ enum submode_flags
// DEVICE DEFINITIONS
//**************************************************************************
-const device_type PSXCD = &device_creator<psxcd_device>;
+const device_type PSXCD = device_creator<psxcd_device>;
psxcd_device::psxcd_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
cdrom_image_device(mconfig, PSXCD, "PSX Cdrom", tag, owner, clock, "psx_cd", __FILE__),