summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/thunderj.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/thunderj.h')
-rw-r--r--src/mame/includes/thunderj.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/thunderj.h b/src/mame/includes/thunderj.h
index 7a8ea1ee72c..ebcaff632ed 100644
--- a/src/mame/includes/thunderj.h
+++ b/src/mame/includes/thunderj.h
@@ -13,7 +13,7 @@
class thunderj_state : public atarigen_state
{
public:
- thunderj_state(const machine_config &mconfig, device_type type, std::string tag)
+ thunderj_state(const machine_config &mconfig, device_type type, const char *tag)
: atarigen_state(mconfig, type, tag),
m_jsa(*this, "jsa"),
m_vad(*this, "vad"),