summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pce_cd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pce_cd.cpp')
-rw-r--r--src/mame/machine/pce_cd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pce_cd.cpp b/src/mame/machine/pce_cd.cpp
index 13db6a9b06d..a3919312903 100644
--- a/src/mame/machine/pce_cd.cpp
+++ b/src/mame/machine/pce_cd.cpp
@@ -75,7 +75,7 @@ CD Interface Register 0x0f - ADPCM fade in/out register
#define PCE_CD_CLOCK 9216000
-const device_type PCE_CD = &device_creator<pce_cd_device>;
+const device_type PCE_CD = device_creator<pce_cd_device>;
pce_cd_device::pce_cd_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock)