trunk/src/emu/sound/speaker.c
r22802 | r22803 | |
420 | 420 | const device_type SPEAKER_SOUND = &device_creator<speaker_sound_device>; |
421 | 421 | |
422 | 422 | speaker_sound_device::speaker_sound_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
423 | | : device_t(mconfig, SPEAKER_SOUND, "Speaker", tag, owner, clock), |
| 423 | : device_t(mconfig, SPEAKER_SOUND, "Filtered 1-bit DAC", tag, owner, clock), |
424 | 424 | device_sound_interface(mconfig, *this) |
425 | 425 | { |
426 | 426 | m_token = global_alloc_clear(speaker_state); |