summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/groundfx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/groundfx.h')
-rw-r--r--src/mame/includes/groundfx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/groundfx.h b/src/mame/includes/groundfx.h
index 60c8e76ac43..c33955d99db 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, const char *tag)
+ groundfx_state(const machine_config &mconfig, device_type type, std::string tag)
: driver_device(mconfig, type, tag),
m_ram(*this,"ram"),
m_spriteram(*this,"spriteram") ,