summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/othunder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/othunder.h')
-rw-r--r--src/mame/includes/othunder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/othunder.h b/src/mame/includes/othunder.h
index 86bad52e905..d730f4fbc7b 100644
--- a/src/mame/includes/othunder.h
+++ b/src/mame/includes/othunder.h
@@ -33,7 +33,7 @@ public:
TIMER_AD_INTERRUPT
};
- othunder_state(const machine_config &mconfig, device_type type, std::string tag)
+ othunder_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_spriteram(*this,"spriteram"),
m_maincpu(*this, "maincpu"),