mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
audio/snk6502.cpp: fixed MT07225 (nw)
This commit is contained in:
parent
3a4d1ef05d
commit
24248c8ca8
@ -339,7 +339,6 @@ void snk6502_sound_device::mute_channel(int channel)
|
|||||||
void snk6502_sound_device::unmute_channel(int channel)
|
void snk6502_sound_device::unmute_channel(int channel)
|
||||||
{
|
{
|
||||||
m_tone_channels[channel].mute = 0;
|
m_tone_channels[channel].mute = 0;
|
||||||
m_tone_channels[channel].offset = 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user