summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mystston.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mystston.h')
-rw-r--r--src/mame/includes/mystston.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mystston.h b/src/mame/includes/mystston.h
index 6e311814bba..79290a664b5 100644
--- a/src/mame/includes/mystston.h
+++ b/src/mame/includes/mystston.h
@@ -15,7 +15,7 @@
class mystston_state : public driver_device
{
public:
- mystston_state(const machine_config &mconfig, device_type type, const char *tag)
+ mystston_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_ay8910_data(*this, "ay8910_data"),
m_ay8910_select(*this, "ay8910_select"),