summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/pce.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pce.h')
-rw-r--r--src/mame/includes/pce.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/pce.h b/src/mame/includes/pce.h
index 7958cf0f16c..9d9a7d34b56 100644
--- a/src/mame/includes/pce.h
+++ b/src/mame/includes/pce.h
@@ -33,7 +33,7 @@
class pce_state : public driver_device
{
public:
- pce_state(const machine_config &mconfig, device_type type, std::string tag)
+ pce_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_cd_ram(*this, "cd_ram"),