summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/st_mp100.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/st_mp100.cpp')
-rw-r--r--src/mame/drivers/st_mp100.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/st_mp100.cpp b/src/mame/drivers/st_mp100.cpp
index 2927e008b81..7319daffee8 100644
--- a/src/mame/drivers/st_mp100.cpp
+++ b/src/mame/drivers/st_mp100.cpp
@@ -24,7 +24,7 @@ ToDo:
class st_mp100_state : public genpin_class
{
public:
- st_mp100_state(const machine_config &mconfig, device_type type, std::string tag)
+ st_mp100_state(const machine_config &mconfig, device_type type, const char *tag)
: genpin_class(mconfig, type, tag)
, m_maincpu(*this, "maincpu")
, m_pia_u10(*this, "pia_u10")