diff options
Diffstat (limited to 'src/mame/includes/combatsc.h')
-rw-r--r-- | src/mame/includes/combatsc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/combatsc.h b/src/mame/includes/combatsc.h index 6d5871da384..784c3f8d4a4 100644 --- a/src/mame/includes/combatsc.h +++ b/src/mame/includes/combatsc.h @@ -12,7 +12,7 @@ class combatsc_state : public driver_device { public: - combatsc_state(const machine_config &mconfig, device_type type, const char *tag) + combatsc_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_audiocpu(*this, "audiocpu"), m_k007121_1(*this, "k007121_1"), |