summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ymz770.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-12-24 15:03:04 +1100
committer Vas Crabb <vas@vastheman.com>2017-12-24 15:03:04 +1100
commit25f84e3bf06c27fe8bde62117a6458312f2c1ea1 (patch)
treea3b73dd7c982bfa9b420b0c456a90741e3e22c7a /src/devices/sound/ymz770.cpp
parentef82d89e3a7684008a9706767ba87a6100443952 (diff)
srcclean and manual cleanups (nw)
please people, remember to keep source UTF-8 and if you're committing on behalf of others, clean up indents to meet MAME conventions anyone can run srcclean over a submission and see what will get hit
Diffstat (limited to 'src/devices/sound/ymz770.cpp')
-rw-r--r--src/devices/sound/ymz770.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/ymz770.cpp b/src/devices/sound/ymz770.cpp
index 47d536cc087..35d3474dd52 100644
--- a/src/devices/sound/ymz770.cpp
+++ b/src/devices/sound/ymz770.cpp
@@ -717,7 +717,7 @@ void ymz774_device::sequencer()
switch (reg)
{
case 0xff: // end
- for (int ch = 0; ch < 16; ch++) // might be wrong, ie not needed in case of loop
+ for (int ch = 0; ch < 16; ch++) // might be wrong, ie not needed in case of loop
if (sequence.stopchan & (1 << ch))
m_channels[ch].is_playing = false;
if (sequence.loop)