From 3245688ccf993b90591febd6bf772abf8ccbf1bf Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Sat, 21 Jun 2008 05:25:19 +0000 Subject: 01905: Many Sets: Fatal Error crash - Fatal error: Input ports cannot be read at init time! (src/emu/inptport.c:1278) Removed call to discrete_reset() in the initialization code. It is already called by the sound system during reset, at which point it is safe to read input ports. --- src/emu/sound/discrete.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/emu/sound') diff --git a/src/emu/sound/discrete.c b/src/emu/sound/discrete.c index 55693e36a42..ff6fc8581da 100644 --- a/src/emu/sound/discrete.c +++ b/src/emu/sound/discrete.c @@ -358,9 +358,6 @@ static void *discrete_start(int sndindex, int clock, const void *config) setup_output_nodes(info); setup_disc_logs(info); - - /* reset the system, which in turn resets all the nodes and steps them forward one */ - discrete_reset(info); return info; } -- cgit v1.2.3-70-g09d2