Previous 199869 Revisions Next

r22803 Monday 13th May, 2013 at 08:18:46 UTC by smf
attempt at a better name for what this actually is. (nw)
[src/emu/sound]speaker.c

trunk/src/emu/sound/speaker.c
r22802r22803
420420const device_type SPEAKER_SOUND = &device_creator<speaker_sound_device>;
421421
422422speaker_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),
424424      device_sound_interface(mconfig, *this)
425425{
426426   m_token = global_alloc_clear(speaker_state);

Previous 199869 Revisions Next


© 1997-2024 The MAME Team