summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ymz770.cpp
diff options
context:
space:
mode:
author MetalliC <0vetal0@gmail.com>2017-12-14 04:39:20 +0200
committer MetalliC <0vetal0@gmail.com>2017-12-14 04:39:20 +0200
commitc6d4070416e7d9adad21d931603bb3e0da339c64 (patch)
tree7e5704eda2bae19a70f8e81ff3334c498f47d3da /src/devices/sound/ymz770.cpp
parent71fd8f8cfb33db8d813d7505d362dc93372608fe (diff)
ymz774 slight cleanup, remove kof98umh IMPERFECT_SOUND flag (nw)
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)