mirror of
https://github.com/holub/mame
synced 2025-05-20 20:58:51 +03:00
Fixed error introduced in last commit
This commit is contained in:
parent
0fb1757365
commit
ae064276ec
@ -207,7 +207,7 @@ static WRITE8_HANDLER( dai3wksi_audio_1_w )
|
|||||||
if (data & 0x04)
|
if (data & 0x04)
|
||||||
sample_start(samples, CHANNEL_SOUND5, SAMPLE_SOUND5, 0);
|
sample_start(samples, CHANNEL_SOUND5, SAMPLE_SOUND5, 0);
|
||||||
else
|
else
|
||||||
sample_start(samples, CHANNEL_SOUND5, SAMPLE_SOUND5, 0);
|
sample_start(samples, CHANNEL_SOUND5, SAMPLE_SOUND5, 1);
|
||||||
}
|
}
|
||||||
if (!(data & 0x20) && (state->port_last1 & 0x20))
|
if (!(data & 0x20) && (state->port_last1 & 0x20))
|
||||||
sample_stop(samples, CHANNEL_SOUND5);
|
sample_stop(samples, CHANNEL_SOUND5);
|
||||||
|
Loading…
Reference in New Issue
Block a user