summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tiamc1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tiamc1.h')
-rw-r--r--src/mame/includes/tiamc1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/tiamc1.h b/src/mame/includes/tiamc1.h
index a6a7096efb7..2eb976ebc55 100644
--- a/src/mame/includes/tiamc1.h
+++ b/src/mame/includes/tiamc1.h
@@ -4,7 +4,7 @@
class tiamc1_state : public driver_device
{
public:
- tiamc1_state(const machine_config &mconfig, device_type type, const char *tag)
+ tiamc1_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag) ,
m_maincpu(*this, "maincpu"),
m_gfxdecode(*this, "gfxdecode"),
@@ -89,7 +89,7 @@ class tiamc1_sound_device : public device_t,
public device_sound_interface
{
public:
- tiamc1_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ tiamc1_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
~tiamc1_sound_device() { }
protected: