summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/pleiads.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/pleiads.h')
-rw-r--r--src/mame/audio/pleiads.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/audio/pleiads.h b/src/mame/audio/pleiads.h
index b802018971b..e47b1b8e659 100644
--- a/src/mame/audio/pleiads.h
+++ b/src/mame/audio/pleiads.h
@@ -44,8 +44,8 @@ class pleiads_sound_device : public device_t,
public device_sound_interface
{
public:
- pleiads_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
- pleiads_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);
+ pleiads_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ pleiads_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);
~pleiads_sound_device() {}
DECLARE_WRITE8_MEMBER( control_a_w );
@@ -106,7 +106,7 @@ extern const device_type PLEIADS;
class naughtyb_sound_device : public pleiads_sound_device
{
public:
- naughtyb_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ naughtyb_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
protected:
// device-level overrides
virtual void device_config_complete() override;
@@ -123,7 +123,7 @@ extern const device_type NAUGHTYB;
class popflame_sound_device : public pleiads_sound_device
{
public:
- popflame_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ popflame_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
protected:
// device-level overrides
virtual void device_config_complete() override;