summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/uapce.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/uapce.cpp')
-rw-r--r--src/mame/drivers/uapce.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/uapce.cpp b/src/mame/drivers/uapce.cpp
index 1b0906ffc02..8d95ceb1eb5 100644
--- a/src/mame/drivers/uapce.cpp
+++ b/src/mame/drivers/uapce.cpp
@@ -105,7 +105,7 @@ Alien Crush & Pac_Land: dumps made from PC-Engine dumps of JP versions
class uapce_state : public pce_common_state
{
public:
- uapce_state(const machine_config &mconfig, device_type type, std::string tag)
+ uapce_state(const machine_config &mconfig, device_type type, const char *tag)
: pce_common_state(mconfig, type, tag),
m_discrete(*this, "discrete") { }