summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/microtan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/microtan.h')
-rw-r--r--src/mame/includes/microtan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/microtan.h b/src/mame/includes/microtan.h
index d8ae616a6e1..c9e990ea472 100644
--- a/src/mame/includes/microtan.h
+++ b/src/mame/includes/microtan.h
@@ -30,7 +30,7 @@ public:
TIMER_PULSE_NMI
};
- microtan_state(const machine_config &mconfig, device_type type, std::string tag)
+ microtan_state(const machine_config &mconfig, device_type type, const char *tag)
: driver_device(mconfig, type, tag),
m_videoram(*this, "videoram"),
m_maincpu(*this, "maincpu"),