diff options
Diffstat (limited to 'src/mame/drivers/1945kiii.cpp')
-rw-r--r-- | src/mame/drivers/1945kiii.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/1945kiii.cpp b/src/mame/drivers/1945kiii.cpp index 12f7e77e69e..55b4b8c6ee3 100644 --- a/src/mame/drivers/1945kiii.cpp +++ b/src/mame/drivers/1945kiii.cpp @@ -52,7 +52,7 @@ Notes: class k3_state : public driver_device { public: - k3_state(const machine_config &mconfig, device_type type, std::string tag) + k3_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_oki1(*this, "oki1"), m_oki2(*this, "oki2") , |