diff options
Diffstat (limited to 'src/mame/drivers/intrscti.cpp')
-rw-r--r-- | src/mame/drivers/intrscti.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/intrscti.cpp b/src/mame/drivers/intrscti.cpp index e30bc8223fc..9c27cd17f45 100644 --- a/src/mame/drivers/intrscti.cpp +++ b/src/mame/drivers/intrscti.cpp @@ -20,7 +20,7 @@ I've not had a chance to wire up the board yet, but it might be possible to writ class intrscti_state : public driver_device { public: - intrscti_state(const machine_config &mconfig, device_type type, std::string tag) + intrscti_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this,"maincpu"), m_subcpu(*this,"subcpu"), |