diff options
Diffstat (limited to 'src/mame/includes/tmc2000e.h')
-rw-r--r-- | src/mame/includes/tmc2000e.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/tmc2000e.h b/src/mame/includes/tmc2000e.h index 8b1cb6f2837..29974e3a233 100644 --- a/src/mame/includes/tmc2000e.h +++ b/src/mame/includes/tmc2000e.h @@ -22,7 +22,7 @@ class tmc2000e_state : public driver_device { public: - tmc2000e_state(const machine_config &mconfig, device_type type, std::string tag) + tmc2000e_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this, CDP1802_TAG), m_cti(*this, CDP1864_TAG), |