Previous | 199869 Revisions | Next |
r26335 Thursday 21st November, 2013 at 16:41:59 UTC by Jürgen Buchmüller |
---|
Fix invalid double constant notation |
[/branches/alto2/src/emu/sound] | nes_apu.c |
r26334 | r26335 | |
---|---|---|
104 | 104 | nesapu_device::nesapu_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
105 | 105 | : device_t(mconfig, NES_APU, "N2A03 APU", tag, owner, clock, "nesapu", __FILE__), |
106 | 106 | device_sound_interface(mconfig, *this), |
107 | m_apu_incsize(0.0 | |
107 | m_apu_incsize(0.0), | |
108 | 108 | m_samps_per_sync(0), |
109 | 109 | m_buffer_size(0), |
110 | 110 | m_real_rate(0), |
Previous | 199869 Revisions | Next |