diff options
Diffstat (limited to 'src/emu/sound/c140.c')
-rw-r--r-- | src/emu/sound/c140.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/sound/c140.c b/src/emu/sound/c140.c index fcc3a8bb836..d8867e9846e 100644 --- a/src/emu/sound/c140.c +++ b/src/emu/sound/c140.c @@ -487,7 +487,6 @@ static SND_START( c140 ) /* allocate a pair of buffers to mix into - 1 second's worth should be more than enough */ info->mixer_buffer_left = auto_malloc(2 * sizeof(INT16)*info->sample_rate ); info->mixer_buffer_right = info->mixer_buffer_left + info->sample_rate; - return DEVICE_START_OK; } |