summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/atarisy1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/atarisy1.h')
-rw-r--r--src/mame/includes/atarisy1.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/atarisy1.h b/src/mame/includes/atarisy1.h
index 71e8da26e6c..a2e27c24704 100644
--- a/src/mame/includes/atarisy1.h
+++ b/src/mame/includes/atarisy1.h
@@ -13,7 +13,7 @@
class atarisy1_state : public atarigen_state
{
public:
- atarisy1_state(const machine_config &mconfig, device_type type, std::string tag)
+ atarisy1_state(const machine_config &mconfig, device_type type, const char *tag)
: atarigen_state(mconfig, type, tag),
m_bankselect(*this, "bankselect"),
m_mob(*this, "mob"),