summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/atarig42.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/atarig42.h')
-rw-r--r--src/mame/includes/atarig42.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/atarig42.h b/src/mame/includes/atarig42.h
index 048d0c5384e..05880a6675e 100644
--- a/src/mame/includes/atarig42.h
+++ b/src/mame/includes/atarig42.h
@@ -14,7 +14,7 @@
class atarig42_state : public atarigen_state
{
public:
- atarig42_state(const machine_config &mconfig, device_type type, const char *tag)
+ atarig42_state(const machine_config &mconfig, device_type type, std::string tag)
: atarigen_state(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_jsa(*this, "jsa"),