diff options
Diffstat (limited to 'src/mame/includes/groundfx.h')
-rw-r--r-- | src/mame/includes/groundfx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/groundfx.h b/src/mame/includes/groundfx.h index c33955d99db..60c8e76ac43 100644 --- a/src/mame/includes/groundfx.h +++ b/src/mame/includes/groundfx.h @@ -21,7 +21,7 @@ public: TIMER_GROUNDFX_INTERRUPT5 }; - groundfx_state(const machine_config &mconfig, device_type type, std::string tag) + groundfx_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), m_ram(*this,"ram"), m_spriteram(*this,"spriteram") , |