summaryrefslogtreecommitdiffstats
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 3a277d5d25b..26e730b491e 100644
--- a/src/mame/machine/pce_cd.cpp
+++ b/src/mame/machine/pce_cd.cpp
@@ -78,7 +78,7 @@ CD Interface Register 0x0f - ADPCM fade in/out register
const device_type PCE_CD = &device_creator<pce_cd_device>;
-pce_cd_device::pce_cd_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock)
+pce_cd_device::pce_cd_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
: device_t(mconfig, PCE_CD, "PCE CD Add-on", tag, owner, clock, "pcecd", __FILE__),
m_maincpu(*this, ":maincpu"),
m_msm(*this, "msm5205"),