summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author cam900 <dbtlrchl@naver.com>2018-07-30 08:51:16 +0900
committer cam900 <dbtlrchl@naver.com>2018-07-30 08:51:16 +0900
commitfd8d6001d0d41276a1c84c7271e70d2093a45d1c (patch)
tree02d280804c93b73668a2cbecfa74d049c28aed0a
parent071f75598cd86ad5830c419a075a9d5f6289e574 (diff)
ymf278b.cpp : Fix sync
-rw-r--r--src/devices/sound/ymf278b.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/devices/sound/ymf278b.cpp b/src/devices/sound/ymf278b.cpp
index 36293231fa5..0d969214bd4 100644
--- a/src/devices/sound/ymf278b.cpp
+++ b/src/devices/sound/ymf278b.cpp
@@ -878,7 +878,6 @@ void ymf278b_device::device_clock_changed()
}
m_stream->set_sample_rate(m_rate);
- m_clock = clock();
m_timer_base = m_clock ? attotime::from_hz(m_clock) * (19 * 36) : attotime::zero;
// YMF262 related