summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/segag80r.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/segag80r.h')
-rw-r--r--src/mame/includes/segag80r.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/segag80r.h b/src/mame/includes/segag80r.h
index 77e690fc86e..a1c3300d691 100644
--- a/src/mame/includes/segag80r.h
+++ b/src/mame/includes/segag80r.h
@@ -21,7 +21,7 @@ public:
TIMER_VBLANK_LATCH_CLEAR
};
- segag80r_state(const machine_config &mconfig, device_type type, const char *tag)
+ segag80r_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_mainram(*this, "mainram"),
m_videoram(*this, "videoram"),
@@ -164,7 +164,7 @@ class sega005_sound_device : public device_t,
public device_sound_interface
{
public:
- sega005_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ sega005_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
emu_timer *m_sega005_sound_timer;
sound_stream *m_sega005_stream;