Fix build

This commit is contained in:
therealmogminer@gmail.com 2015-11-03 12:00:04 +01:00
parent 9f8aeebad7
commit 73f8e0b41c

View File

@ -254,7 +254,7 @@ void multipcm_device::lfo_init()
m_pitch_scale_tables[table][i + 128] = value_to_fixed(LFO_SHIFT, converted);
}
limit =- AMPLITUDE_SCALE_LIMIT[table];
limit = -AMPLITUDE_SCALE_LIMIT[table];
m_amplitude_scale_tables[table] = auto_alloc_array_clear(machine(), INT32, 256);
for(INT32 i = 0; i < 256; ++i)
{