diff options
Diffstat (limited to 'src/mame/drivers/gambl186.cpp')
-rw-r--r-- | src/mame/drivers/gambl186.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gambl186.cpp b/src/mame/drivers/gambl186.cpp index 7d2336472a3..89e009743c5 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, std::string tag) + gambl186_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_upd7759(*this, "7759") { } |