--- Frodo4/Src/SID_Be.h 2003/07/01 17:36:32 1.1 +++ Frodo4/Src/SID_Be.h 2003/07/09 13:54:22 1.3 @@ -1,7 +1,7 @@ /* * SID_Be.h - 6581 emulation, Be specific stuff * - * Frodo (C) 1994-1997,2002 Christian Bauer + * Frodo (C) 1994-1997,2002-2003 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -36,8 +36,8 @@ void DigitalRenderer::init_sound(void) ready = the_sub->Subscribe(the_stream) == B_NO_ERROR; if (ready) { the_stream->SetSamplingRate(SAMPLE_FREQ); - the_stream->SetStreamBuffers(SAMPLE_FREQ / CALC_FREQ * 4, 4); // Must be called after EnterStream() the_sub->EnterStream(NULL, true, this, stream_func, NULL, true); + the_stream->SetStreamBuffers(SAMPLE_FREQ / CALC_FREQ * 4, 4); // Must be called after EnterStream() in_stream = true; } }