summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tasman.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tasman.cpp')
-rw-r--r--src/mame/drivers/tasman.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tasman.cpp b/src/mame/drivers/tasman.cpp
index a9c65694c9b..ccec37f5450 100644
--- a/src/mame/drivers/tasman.cpp
+++ b/src/mame/drivers/tasman.cpp
@@ -31,7 +31,7 @@
class kongambl_state : public konamigx_state // with everything devicified there's probably not much point in inheriting the GX state.
{
public:
- kongambl_state(const machine_config &mconfig, device_type type, const char *tag)
+ kongambl_state(const machine_config &mconfig, device_type type, std::string tag)
: konamigx_state(mconfig, type, tag),
m_vram(*this, "vram")
{ }