diff options
Diffstat (limited to 'src/mame/includes/gatron.h')
-rw-r--r-- | src/mame/includes/gatron.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/gatron.h b/src/mame/includes/gatron.h index 28dfbad1834..4d1b8a73836 100644 --- a/src/mame/includes/gatron.h +++ b/src/mame/includes/gatron.h @@ -3,7 +3,7 @@ class gatron_state : public driver_device { public: - gatron_state(const machine_config &mconfig, device_type type, std::string tag) + gatron_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_videoram(*this, "videoram"), m_maincpu(*this, "maincpu"), |