diff options
Diffstat (limited to 'src/emu/sound/st0016.c')
-rw-r--r-- | src/emu/sound/st0016.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/st0016.c b/src/emu/sound/st0016.c index 003ad3020c0..84699fa6266 100644 --- a/src/emu/sound/st0016.c +++ b/src/emu/sound/st0016.c @@ -23,7 +23,7 @@ const device_type ST0016 = &device_creator<st0016_device>; //------------------------------------------------- st0016_device::st0016_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) - : device_t(mconfig, ST0016, "ST0016", tag, owner, clock, "st0016", __FILE__), + : device_t(mconfig, ST0016, "ST0016 (Audio)", tag, owner, clock, "st0016_audio", __FILE__), device_sound_interface(mconfig, *this), m_stream(NULL), m_sound_ram(NULL) |