diff options
Diffstat (limited to 'src/mame/includes/fcombat.h')
-rw-r--r-- | src/mame/includes/fcombat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/fcombat.h b/src/mame/includes/fcombat.h index c3d129905b4..53f1c49e5be 100644 --- a/src/mame/includes/fcombat.h +++ b/src/mame/includes/fcombat.h @@ -27,7 +27,7 @@ class fcombat_state : public driver_device { public: - fcombat_state(const machine_config &mconfig, device_type type, std::string tag) + fcombat_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_videoram(*this, "videoram"), m_spriteram(*this, "spriteram"), |