diff options
Diffstat (limited to 'src/mame/includes/irobot.h')
-rw-r--r-- | src/mame/includes/irobot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/irobot.h b/src/mame/includes/irobot.h index 9a33d824006..a2fc05d6fea 100644 --- a/src/mame/includes/irobot.h +++ b/src/mame/includes/irobot.h @@ -26,7 +26,7 @@ struct irmb_ops class irobot_state : public driver_device { public: - irobot_state(const machine_config &mconfig, device_type type, std::string tag) + irobot_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_nvram(*this, "nvram") , m_videoram(*this, "videoram"), |