summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/exp85.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/exp85.h')
-rw-r--r--src/mame/includes/exp85.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/exp85.h b/src/mame/includes/exp85.h
index 3e53385eb25..e42257f41bb 100644
--- a/src/mame/includes/exp85.h
+++ b/src/mame/includes/exp85.h
@@ -15,7 +15,7 @@
class exp85_state : public driver_device
{
public:
- exp85_state(const machine_config &mconfig, device_type type, const char *tag)
+ exp85_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, I8085A_TAG),
m_rs232(*this, "rs232"),