summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/beezer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/beezer.h')
-rw-r--r--src/mame/includes/beezer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/beezer.h b/src/mame/includes/beezer.h
index a4afe9f6d30..9fcd8496215 100644
--- a/src/mame/includes/beezer.h
+++ b/src/mame/includes/beezer.h
@@ -8,7 +8,7 @@ class beezer_sound_device;
class beezer_state : public driver_device
{
public:
- beezer_state(const machine_config &mconfig, device_type type, const char *tag)
+ beezer_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_videoram(*this, "videoram"),
m_maincpu(*this, "maincpu"),
@@ -70,7 +70,7 @@ class beezer_sound_device : public device_t,
public device_sound_interface
{
public:
- beezer_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ beezer_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
~beezer_sound_device() {}
DECLARE_READ8_MEMBER( sh6840_r );