summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2019-10-12 23:49:45 +1100
committer Vas Crabb <vas@vastheman.com>2019-10-12 23:49:45 +1100
commitda9645b9c8159ee1db01c0749c9bd52ca5a88ba1 (patch)
treeafc01971254c046c93160ebce62e2272b3de5a0f /src/devices/sound
parent76d9f9c73648e2b373d2e1369e466d54210698a4 (diff)
arse
Diffstat (limited to 'src/devices/sound')
-rw-r--r--src/devices/sound/rf5c68.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/devices/sound/rf5c68.cpp b/src/devices/sound/rf5c68.cpp
index 2567adfe004..9ec522b7d92 100644
--- a/src/devices/sound/rf5c68.cpp
+++ b/src/devices/sound/rf5c68.cpp
@@ -63,10 +63,6 @@ void rf5c68_device::device_start()
m_cache = space().cache<0, 0, ENDIANNESS_LITTLE>();
m_sample_end_cb.bind_relative_to(*owner());
- // needs to be initialized to 0xff, otherwise f1en has bad sound (MT04531)
- for (int i = 0; i < 0x10000; i++)
- m_data->write_byte(i, 0xff);
-
/* allocate the stream */
m_stream = stream_alloc(0, 2, clock() / 384);