diff options
Diffstat (limited to 'src/mame/audio/cps3.cpp')
-rw-r--r-- | src/mame/audio/cps3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/cps3.cpp b/src/mame/audio/cps3.cpp index 1812b7c61f9..7038ec5adf8 100644 --- a/src/mame/audio/cps3.cpp +++ b/src/mame/audio/cps3.cpp @@ -22,7 +22,7 @@ const device_type CPS3 = &device_creator<cps3_sound_device>; // cps3_sound_device - constructor //------------------------------------------------- -cps3_sound_device::cps3_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) +cps3_sound_device::cps3_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : device_t(mconfig, CPS3, "CPS3 Audio Custom", tag, owner, clock, "cps3_custom", __FILE__), device_sound_interface(mconfig, *this), m_stream(nullptr), |