mirror of
https://github.com/holub/mame
synced 2025-06-01 18:41:47 +03:00
Array bounds fix
This commit is contained in:
parent
ba0fc2b0bd
commit
6331088d83
@ -124,7 +124,7 @@ public:
|
||||
|
||||
// Wavetable engine
|
||||
UINT8 m_serial_data_in;
|
||||
UINT8 m_wave_regs[16];
|
||||
UINT8 m_wave_regs[18];
|
||||
|
||||
struct qs1000_channel
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user