summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dec0.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dec0.h')
-rw-r--r--src/mame/includes/dec0.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/dec0.h b/src/mame/includes/dec0.h
index c48444662a0..e4948131ec4 100644
--- a/src/mame/includes/dec0.h
+++ b/src/mame/includes/dec0.h
@@ -8,7 +8,7 @@
class dec0_state : public driver_device
{
public:
- dec0_state(const machine_config &mconfig, device_type type, const char *tag)
+ dec0_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_audiocpu(*this, "audiocpu"),
@@ -113,7 +113,7 @@ public:
class dec0_automat_state : public dec0_state
{
public:
- dec0_automat_state(const machine_config &mconfig, device_type type, const char *tag)
+ dec0_automat_state(const machine_config &mconfig, device_type type, std::string tag)
: dec0_state(mconfig, type, tag) {
}