summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/dec8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dec8.h')
-rw-r--r--src/mame/includes/dec8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/dec8.h b/src/mame/includes/dec8.h
index aea1334722b..746bfb35f1c 100644
--- a/src/mame/includes/dec8.h
+++ b/src/mame/includes/dec8.h
@@ -14,7 +14,7 @@ public:
TIMER_DEC8_I8751
};
- dec8_state(const machine_config &mconfig, device_type type, std::string tag)
+ dec8_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_subcpu(*this, "sub"),