summaryrefslogtreecommitdiffstats
path: root/src/mame/drivers/gambl186.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gambl186.cpp')
-rw-r--r--src/mame/drivers/gambl186.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gambl186.cpp b/src/mame/drivers/gambl186.cpp
index 89e009743c5..7d2336472a3 100644
--- a/src/mame/drivers/gambl186.cpp
+++ b/src/mame/drivers/gambl186.cpp
@@ -58,7 +58,7 @@ TODO:
class gambl186_state : public driver_device
{
public:
- gambl186_state(const machine_config &mconfig, device_type type, const char *tag)
+ gambl186_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_maincpu(*this, "maincpu"),
m_upd7759(*this, "7759") { }