diff options
Diffstat (limited to 'src/devices/sound/zsg2.h')
-rw-r--r-- | src/devices/sound/zsg2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/zsg2.h b/src/devices/sound/zsg2.h index 5886878eb51..c88e2c60cc5 100644 --- a/src/devices/sound/zsg2.h +++ b/src/devices/sound/zsg2.h @@ -29,7 +29,7 @@ class zsg2_device : public device_t, public device_sound_interface { public: - zsg2_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); + zsg2_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); ~zsg2_device() { } // static configuration helpers |