summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pcm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pcm.cpp')
-rw-r--r--src/mame/drivers/pcm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/pcm.cpp b/src/mame/drivers/pcm.cpp
index 65fc6dedc83..912256491f9 100644
--- a/src/mame/drivers/pcm.cpp
+++ b/src/mame/drivers/pcm.cpp
@@ -67,7 +67,7 @@
class pcm_state : public driver_device
{
public:
- pcm_state(const machine_config &mconfig, device_type type, std::string tag)
+ pcm_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_pio_s(*this, "z80pio_s"),