diff options
-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 |