diff options
Diffstat (limited to 'src/mame/drivers/tasman.cpp')
-rw-r--r-- | src/mame/drivers/tasman.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/tasman.cpp b/src/mame/drivers/tasman.cpp index ccec37f5450..a9c65694c9b 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, std::string tag) + kongambl_state(const machine_config &mconfig, device_type type, const char *tag) : konamigx_state(mconfig, type, tag), m_vram(*this, "vram") { } |