summaryrefslogtreecommitdiffstats
path: root/src/mame/includes/tandy2k.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tandy2k.h')
-rw-r--r--src/mame/includes/tandy2k.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/tandy2k.h b/src/mame/includes/tandy2k.h
index c90ef642478..57a96efd607 100644
--- a/src/mame/includes/tandy2k.h
+++ b/src/mame/includes/tandy2k.h
@@ -42,7 +42,7 @@
class tandy2k_state : public driver_device
{
public:
- tandy2k_state(const machine_config &mconfig, device_type type, std::string tag) :
+ tandy2k_state(const machine_config &mconfig, device_type type, const char *tag) :
driver_device(mconfig, type, tag),
m_maincpu(*this, I80186_TAG),
m_uart(*this, I8251A_TAG),