summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/magtouch.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/magtouch.cpp')
-rw-r--r--src/mame/drivers/magtouch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/magtouch.cpp b/src/mame/drivers/magtouch.cpp
index 2c5bb94981e..1e5c06922b0 100644
--- a/src/mame/drivers/magtouch.cpp
+++ b/src/mame/drivers/magtouch.cpp
@@ -86,7 +86,7 @@ video card
class magtouch_state : public pcat_base_state
{
public:
- magtouch_state(const machine_config &mconfig, device_type type, std::string tag)
+ magtouch_state(const machine_config &mconfig, device_type type, const char *tag)
: pcat_base_state(mconfig, type, tag),
m_uart(*this, "ns16450_0"),
m_microtouch(*this, "microtouch"){ }