diff options
Diffstat (limited to 'src/mame/includes/magmax.h')
-rw-r--r-- | src/mame/includes/magmax.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/magmax.h b/src/mame/includes/magmax.h index 41b3f635ab2..36199b3c49c 100644 --- a/src/mame/includes/magmax.h +++ b/src/mame/includes/magmax.h @@ -3,7 +3,7 @@ class magmax_state : public driver_device { public: - magmax_state(const machine_config &mconfig, device_type type, std::string tag) + magmax_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_videoram(*this, "videoram"), m_spriteram(*this, "spriteram"), |