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