summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pc8401a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pc8401a.h')
-rw-r--r--src/mame/includes/pc8401a.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/pc8401a.h b/src/mame/includes/pc8401a.h
index e7f63d2cad4..8df422b8fa3 100644
--- a/src/mame/includes/pc8401a.h
+++ b/src/mame/includes/pc8401a.h
@@ -35,7 +35,7 @@
class pc8401a_state : public driver_device
{
public:
- pc8401a_state(const machine_config &mconfig, device_type type, const char *tag)
+ pc8401a_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, Z80_TAG),
m_rtc(*this, UPD1990A_TAG),
@@ -99,7 +99,7 @@ public:
class pc8500_state : public pc8401a_state
{
public:
- pc8500_state(const machine_config &mconfig, device_type type, const char *tag)
+ pc8500_state(const machine_config &mconfig, device_type type, std::string tag)
: pc8401a_state(mconfig, type, tag)
{ }