diff options
author | 2018-07-30 08:51:16 +0900 | |
---|---|---|
committer | 2018-07-30 08:51:16 +0900 | |
commit | fd8d6001d0d41276a1c84c7271e70d2093a45d1c (patch) | |
tree | 02d280804c93b73668a2cbecfa74d049c28aed0a | |
parent | 071f75598cd86ad5830c419a075a9d5f6289e574 (diff) |
ymf278b.cpp : Fix sync
-rw-r--r-- | src/devices/sound/ymf278b.cpp | 1 |
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 |