diff options
Diffstat (limited to 'src/mame/includes/esripsys.h')
-rw-r--r-- | src/mame/includes/esripsys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/esripsys.h b/src/mame/includes/esripsys.h index 522204d2827..43994ec4ada 100644 --- a/src/mame/includes/esripsys.h +++ b/src/mame/includes/esripsys.h @@ -37,7 +37,7 @@ struct line_buffer_t class esripsys_state : public driver_device { public: - esripsys_state(const machine_config &mconfig, device_type type, std::string tag) + esripsys_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_framecpu(*this, "frame_cpu"), m_videocpu(*this, "video_cpu"), |