diff options
Diffstat (limited to 'src/mame/drivers/atm.cpp')
-rw-r--r-- | src/mame/drivers/atm.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/atm.cpp b/src/mame/drivers/atm.cpp index 300f503d90e..2f23a1274fa 100644 --- a/src/mame/drivers/atm.cpp +++ b/src/mame/drivers/atm.cpp @@ -24,7 +24,7 @@ computer to boot up (with keyboard problems). class atm_state : public spectrum_state { public: - atm_state(const machine_config &mconfig, device_type type, const char *tag) + atm_state(const machine_config &mconfig, device_type type, std::string tag) : spectrum_state(mconfig, type, tag) , m_bank1(*this, "bank1") , m_bank2(*this, "bank2") |