diff options
Diffstat (limited to 'src/devices/sound/snkwave.cpp')
-rw-r--r-- | src/devices/sound/snkwave.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/snkwave.cpp b/src/devices/sound/snkwave.cpp index 2bbf95abd26..79a6ed1bcb4 100644 --- a/src/devices/sound/snkwave.cpp +++ b/src/devices/sound/snkwave.cpp @@ -21,7 +21,7 @@ const device_type SNKWAVE = &device_creator<snkwave_device>; // snkwave_device - constructor //------------------------------------------------- -snkwave_device::snkwave_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock) +snkwave_device::snkwave_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) : device_t(mconfig, SNKWAVE, "SNK Wave", tag, owner, clock, "snkwave", __FILE__), device_sound_interface(mconfig, *this), m_stream(nullptr), |