diff options
Diffstat (limited to 'src/mame/includes/multfish.h')
-rw-r--r-- | src/mame/includes/multfish.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/multfish.h b/src/mame/includes/multfish.h index 3ca20f5ef87..ed6d3fae67a 100644 --- a/src/mame/includes/multfish.h +++ b/src/mame/includes/multfish.h @@ -14,7 +14,7 @@ class igrosoft_gamble_state : public driver_device { public: - igrosoft_gamble_state(const machine_config &mconfig, device_type type, std::string tag) + igrosoft_gamble_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_m48t35(*this, "m48t35" ), |