diff options
Diffstat (limited to 'src/mame/includes/mystston.h')
-rw-r--r-- | src/mame/includes/mystston.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mystston.h b/src/mame/includes/mystston.h index 79290a664b5..6e311814bba 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, std::string tag) + mystston_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_ay8910_data(*this, "ay8910_data"), m_ay8910_select(*this, "ay8910_select"), |