summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/n63701x.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/n63701x.c')
-rw-r--r--src/emu/sound/n63701x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/n63701x.c b/src/emu/sound/n63701x.c
index db90445f0cf..a1308c36713 100644
--- a/src/emu/sound/n63701x.c
+++ b/src/emu/sound/n63701x.c
@@ -47,7 +47,7 @@ namco_63701x_device::namco_63701x_device(const machine_config &mconfig, const ch
void namco_63701x_device::device_start()
{
m_stream = stream_alloc(0, 2, clock()/1000);
-
+
for (int i = 0; i < 2; i++)
{
save_item(NAME(m_voices[i].select), i);