summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/m10.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/m10.h')
-rw-r--r--src/mame/includes/m10.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/m10.h b/src/mame/includes/m10.h
index 7f9ff1a4557..d5e403e4343 100644
--- a/src/mame/includes/m10.h
+++ b/src/mame/includes/m10.h
@@ -39,7 +39,7 @@ public:
TIMER_INTERRUPT
};
- m10_state(const machine_config &mconfig, device_type type, const char *tag)
+ m10_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_memory(*this, "memory"),
m_rom(*this, "rom"),