summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/stfight.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/stfight.h')
-rw-r--r--src/mame/includes/stfight.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/stfight.h b/src/mame/includes/stfight.h
index 1ac79eb205f..31af9a7ac2e 100644
--- a/src/mame/includes/stfight.h
+++ b/src/mame/includes/stfight.h
@@ -10,7 +10,7 @@ public:
TIMER_STFIGHT_INTERRUPT_1
};
- stfight_state(const machine_config &mconfig, device_type type, std::string tag)
+ stfight_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_audiocpu(*this, "audiocpu"),