diff options
Diffstat (limited to 'src/devices/sound/iremga20.h')
-rw-r--r-- | src/devices/sound/iremga20.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/iremga20.h b/src/devices/sound/iremga20.h index 259402fb696..1b6d73674e2 100644 --- a/src/devices/sound/iremga20.h +++ b/src/devices/sound/iremga20.h @@ -46,7 +46,7 @@ class iremga20_device : public device_t, public device_sound_interface { public: - iremga20_device(const machine_config &mconfig, std::string tag, device_t *owner, UINT32 clock); + iremga20_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock); ~iremga20_device() { } protected: |