summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/tms3615.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/tms3615.c')
-rw-r--r--src/emu/sound/tms3615.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emu/sound/tms3615.c b/src/emu/sound/tms3615.c
index c1da3f9fb7f..0eb4eb89d2f 100644
--- a/src/emu/sound/tms3615.c
+++ b/src/emu/sound/tms3615.c
@@ -84,8 +84,6 @@ static SND_START( tms3615 )
tms->channel = stream_create(device, 0, 2, clock/8, tms, tms3615_sound_update);
tms->samplerate = clock/8;
tms->basefreq = clock;
-
- return DEVICE_START_OK;
}
/**************************************************************************