summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/mikromik.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/mikromik.h')
-rw-r--r--src/mame/includes/mikromik.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/mikromik.h b/src/mame/includes/mikromik.h
index fd87077d48c..0dfa8412ceb 100644
--- a/src/mame/includes/mikromik.h
+++ b/src/mame/includes/mikromik.h
@@ -35,7 +35,7 @@
class mm1_state : public driver_device
{
public:
- mm1_state(const machine_config &mconfig, device_type type, const char *tag) :
+ mm1_state(const machine_config &mconfig, device_type type, std::string tag) :
driver_device(mconfig, type, tag),
m_maincpu(*this, I8085A_TAG),
m_iop(*this, I8212_TAG),