summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/deco_mlc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/deco_mlc.h')
-rw-r--r--src/mame/includes/deco_mlc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/deco_mlc.h b/src/mame/includes/deco_mlc.h
index a661e166ec6..e9bde7e7bb7 100644
--- a/src/mame/includes/deco_mlc.h
+++ b/src/mame/includes/deco_mlc.h
@@ -8,7 +8,7 @@
class deco_mlc_state : public driver_device
{
public:
- deco_mlc_state(const machine_config &mconfig, device_type type, std::string tag)
+ deco_mlc_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_deco146(*this, "ioprot"),
m_mlc_ram(*this, "mlc_ram"),