ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/SID_Be.h
(Generate patch)

Comparing Frodo4/Src/SID_Be.h (file contents):
Revision 1.1 by cebix, 2003-07-01T17:36:32Z vs.
Revision 1.3 by cebix, 2003-07-09T13:54:22Z

# Line 1 | Line 1
1   /*
2   *  SID_Be.h - 6581 emulation, Be specific stuff
3   *
4 < *  Frodo (C) 1994-1997,2002 Christian Bauer
4 > *  Frodo (C) 1994-1997,2002-2003 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 36 | Line 36 | void DigitalRenderer::init_sound(void)
36          ready = the_sub->Subscribe(the_stream) == B_NO_ERROR;
37          if (ready) {
38                  the_stream->SetSamplingRate(SAMPLE_FREQ);
39                the_stream->SetStreamBuffers(SAMPLE_FREQ / CALC_FREQ * 4, 4);   // Must be called after EnterStream()
39                  the_sub->EnterStream(NULL, true, this, stream_func, NULL, true);
40 +                the_stream->SetStreamBuffers(SAMPLE_FREQ / CALC_FREQ * 4, 4);   // Must be called after EnterStream()
41                  in_stream = true;
42          }
43   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines