mirror of
https://github.com/holub/mame
synced 2025-10-06 09:00:04 +03:00
Fix build
This commit is contained in:
parent
9f8aeebad7
commit
73f8e0b41c
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user