summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dynduke.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dynduke.h')
-rw-r--r--src/mame/includes/dynduke.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/dynduke.h b/src/mame/includes/dynduke.h
index 1520b9b2b3c..218b0d3ea88 100644
--- a/src/mame/includes/dynduke.h
+++ b/src/mame/includes/dynduke.h
@@ -6,7 +6,7 @@
class dynduke_state : public driver_device
{
public:
- dynduke_state(const machine_config &mconfig, device_type type, std::string tag)
+ dynduke_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_seibu_sound(*this, "seibu_sound"),