diff options
Diffstat (limited to 'src/mame/drivers/igspc.cpp')
-rw-r--r-- | src/mame/drivers/igspc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/igspc.cpp b/src/mame/drivers/igspc.cpp index c6afd16a2ca..2acd3fc9b2f 100644 --- a/src/mame/drivers/igspc.cpp +++ b/src/mame/drivers/igspc.cpp @@ -49,7 +49,7 @@ can't be emulated without proper mb bios class speeddrv_state : public driver_device { public: - speeddrv_state(const machine_config &mconfig, device_type type, std::string tag) + speeddrv_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu") { } |