diff options
Diffstat (limited to 'src/mame/drivers/supertnk.cpp')
-rw-r--r-- | src/mame/drivers/supertnk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/supertnk.cpp b/src/mame/drivers/supertnk.cpp index 938ab46a2fc..633d00f5085 100644 --- a/src/mame/drivers/supertnk.cpp +++ b/src/mame/drivers/supertnk.cpp @@ -110,7 +110,7 @@ CRU lines: class supertnk_state : public driver_device { public: - supertnk_state(const machine_config &mconfig, device_type type, const char *tag) + supertnk_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu") { } |