summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pcw16.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pcw16.h')
-rw-r--r--src/mame/includes/pcw16.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/pcw16.h b/src/mame/includes/pcw16.h
index d937ecc1eb4..3f611f878d5 100644
--- a/src/mame/includes/pcw16.h
+++ b/src/mame/includes/pcw16.h
@@ -34,7 +34,7 @@
class pcw16_state : public driver_device
{
public:
- pcw16_state(const machine_config &mconfig, device_type type, std::string tag)
+ pcw16_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_flash0(*this, "flash0"),