summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/lynx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/lynx.h')
-rw-r--r--src/mame/audio/lynx.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/audio/lynx.h b/src/mame/audio/lynx.h
index 8bd8bdd3067..e8c38daee57 100644
--- a/src/mame/audio/lynx.h
+++ b/src/mame/audio/lynx.h
@@ -29,8 +29,8 @@ class lynx_sound_device : public device_t,
public device_sound_interface
{
public:
- lynx_sound_device(const machine_config &mconfig, device_type type, const char *name, const char *tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);
- lynx_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ lynx_sound_device(const machine_config &mconfig, device_type type, const char *name, std::string tag, device_t *owner, UINT32 clock, const char *shortname, const char *source);
+ lynx_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
DECLARE_READ8_MEMBER(read);
DECLARE_WRITE8_MEMBER(write);
@@ -68,7 +68,7 @@ protected:
class lynx2_sound_device : public lynx_sound_device
{
public:
- lynx2_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ lynx2_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
protected:
// device-level overrides