summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/pce220.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pce220.cpp')
-rw-r--r--src/mame/drivers/pce220.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/pce220.cpp b/src/mame/drivers/pce220.cpp
index f8a3e3146b9..ba9c8ab650d 100644
--- a/src/mame/drivers/pce220.cpp
+++ b/src/mame/drivers/pce220.cpp
@@ -40,7 +40,7 @@
class pce220_state : public driver_device
{
public:
- pce220_state(const machine_config &mconfig, device_type type, std::string tag)
+ pce220_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_ram(*this, RAM_TAG),
@@ -102,7 +102,7 @@ public:
class pcg850v_state : public pce220_state
{
public:
- pcg850v_state(const machine_config &mconfig, device_type type, std::string tag)
+ pcg850v_state(const machine_config &mconfig, device_type type, const char *tag)
: pce220_state(mconfig, type, tag)
{ }