summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/trackfld.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/trackfld.h')
-rw-r--r--src/mame/audio/trackfld.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/trackfld.h b/src/mame/audio/trackfld.h
index e1cf446f6a8..c0c15552020 100644
--- a/src/mame/audio/trackfld.h
+++ b/src/mame/audio/trackfld.h
@@ -7,7 +7,7 @@ class trackfld_audio_device : public device_t,
public device_sound_interface
{
public:
- trackfld_audio_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
+ trackfld_audio_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
~trackfld_audio_device() {}
DECLARE_WRITE8_MEMBER(konami_sh_irqtrigger_w );