summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gamate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gamate.h')
-rw-r--r--src/mame/includes/gamate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/gamate.h b/src/mame/includes/gamate.h
index 0973d940ba5..868df1157a6 100644
--- a/src/mame/includes/gamate.h
+++ b/src/mame/includes/gamate.h
@@ -19,7 +19,7 @@
class gamate_sound_device : public device_t, public device_sound_interface
{
public:
- gamate_sound_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock);
+ gamate_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
~gamate_sound_device() { }
DECLARE_WRITE8_MEMBER( device_w );