| 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 |
| r29224 | r29225 | |
|---|---|---|
| 30 | 30 | const device_type WAVE = &device_creator<wave_device>; |
| 31 | 31 | |
| 32 | 32 | wave_device::wave_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
| 33 | : device_t(mconfig, WAVE, "Wave", tag, owner, clock, "wa | |
| 33 | : device_t(mconfig, WAVE, "Wave", tag, owner, clock, "wave", __FILE__), | |
| 34 | 34 | device_sound_interface(mconfig, *this) |
| 35 | 35 | { |
| 36 | 36 | m_cassette_tag = 0; |
| Previous | 199869 Revisions | Next |