diff options
Diffstat (limited to 'src/mame/includes/p2000t.h')
-rw-r--r-- | src/mame/includes/p2000t.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/p2000t.h b/src/mame/includes/p2000t.h index 062d386cc4a..0548f661356 100644 --- a/src/mame/includes/p2000t.h +++ b/src/mame/includes/p2000t.h @@ -18,7 +18,7 @@ class p2000t_state : public driver_device { public: - p2000t_state(const machine_config &mconfig, device_type type, std::string tag) + p2000t_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_speaker(*this, "speaker"), |