diff options
Diffstat (limited to 'src/mame/includes/hh_tms1k.h')
-rw-r--r-- | src/mame/includes/hh_tms1k.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/hh_tms1k.h b/src/mame/includes/hh_tms1k.h index 4a7ccb99467..cd184ddcb35 100644 --- a/src/mame/includes/hh_tms1k.h +++ b/src/mame/includes/hh_tms1k.h @@ -18,7 +18,7 @@ class hh_tms1k_state : public driver_device { public: - hh_tms1k_state(const machine_config &mconfig, device_type type, const char *tag) + hh_tms1k_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_inp_matrix(*this, "IN"), |