diff options
Diffstat (limited to 'src/mame/drivers/sandscrp.cpp')
-rw-r--r-- | src/mame/drivers/sandscrp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sandscrp.cpp b/src/mame/drivers/sandscrp.cpp index 824d0ddf96b..50937085c9b 100644 --- a/src/mame/drivers/sandscrp.cpp +++ b/src/mame/drivers/sandscrp.cpp @@ -86,7 +86,7 @@ Is there another alt program rom set labeled 9 & 10? class sandscrp_state : public driver_device { public: - sandscrp_state(const machine_config &mconfig, device_type type, std::string tag) + sandscrp_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_audiocpu(*this, "audiocpu"), |