summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ymz770.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/ymz770.cpp')
-rw-r--r--src/devices/sound/ymz770.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/devices/sound/ymz770.cpp b/src/devices/sound/ymz770.cpp
index 366e028370a..968a1514072 100644
--- a/src/devices/sound/ymz770.cpp
+++ b/src/devices/sound/ymz770.cpp
@@ -637,7 +637,7 @@ void ymz774_device::sequencer()
sequence.data = &m_rom[get_seq_offs(sequence.sequence)];
sequence.delay = 0;
sequence.is_playing = true;
- //printf("sqc pl %d lp %d last %d\n", sequence.sequence, sequence.loop, sqc.data[3]);
+ sqc.is_waiting = true;
if (sqc.data[3] == 0xff)
{
if (sqc.loop)
@@ -650,10 +650,7 @@ void ymz774_device::sequencer()
sqc.is_playing = false;
}
else
- {
- sqc.is_waiting = true;
sqc.data += 4;
- }
}
if (sequence.is_playing)