summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/atarigt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/atarigt.h')
-rw-r--r--src/mame/includes/atarigt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/atarigt.h b/src/mame/includes/atarigt.h
index 6f6ee9f5d7a..b2bc558eb1f 100644
--- a/src/mame/includes/atarigt.h
+++ b/src/mame/includes/atarigt.h
@@ -18,7 +18,7 @@
class atarigt_state : public atarigen_state
{
public:
- atarigt_state(const machine_config &mconfig, device_type type, std::string tag)
+ atarigt_state(const machine_config &mconfig, device_type type, const char *tag)
: atarigen_state(mconfig, type, tag),
m_colorram(*this, "colorram", 32),
m_playfield_tilemap(*this, "playfield"),