Previous 199869 Revisions Next

r29225 Thursday 3rd April, 2014 at 20:15:48 UTC by Oliver Stöneberg
fixed short name of wave_device (nw)
[src/emu/sound]wave.c

trunk/src/emu/sound/wave.c
r29224r29225
3030const device_type WAVE = &device_creator<wave_device>;
3131
3232wave_device::wave_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
33   : device_t(mconfig, WAVE, "Wave", tag, owner, clock, "wawe", __FILE__),
33   : device_t(mconfig, WAVE, "Wave", tag, owner, clock, "wave", __FILE__),
3434      device_sound_interface(mconfig, *this)
3535{
3636   m_cassette_tag = 0;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team