diff options
Diffstat (limited to 'src/mame/includes/atari.h')
-rw-r--r-- | src/mame/includes/atari.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/atari.h b/src/mame/includes/atari.h index ed899fc5386..e7df9e30db6 100644 --- a/src/mame/includes/atari.h +++ b/src/mame/includes/atari.h @@ -23,7 +23,7 @@ class atari_common_state : public driver_device { public: - atari_common_state(const machine_config &mconfig, device_type type, const char *tag) + atari_common_state(const machine_config &mconfig, device_type type, std::string tag) : driver_device(mconfig, type, tag), m_maincpu(*this, "maincpu"), m_gtia(*this, "gtia"), |