diff options
Diffstat (limited to 'src/mame/includes/gridlee.h')
-rw-r--r-- | src/mame/includes/gridlee.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/gridlee.h b/src/mame/includes/gridlee.h index 3c3a3c0cb46..4aea8304969 100644 --- a/src/mame/includes/gridlee.h +++ b/src/mame/includes/gridlee.h @@ -25,7 +25,7 @@ class gridlee_state : public driver_device { public: - gridlee_state(const machine_config &mconfig, device_type type, std::string tag) + gridlee_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_spriteram(*this, "spriteram"), m_videoram(*this, "videoram"), @@ -79,7 +79,7 @@ class gridlee_sound_device : public device_t, public device_sound_interface { public: - gridlee_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); + gridlee_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); ~gridlee_sound_device() { } protected: |