summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/pecom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pecom.h')
-rw-r--r--src/mame/includes/pecom.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/pecom.h b/src/mame/includes/pecom.h
index 81c92979992..c8b9768bb31 100644
--- a/src/mame/includes/pecom.h
+++ b/src/mame/includes/pecom.h
@@ -16,7 +16,7 @@
class pecom_state : public driver_device
{
public:
- pecom_state(const machine_config &mconfig, device_type type, std::string tag)
+ pecom_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_cdp1802(*this, CDP1802_TAG),
m_cdp1869(*this, CDP1869_TAG),