We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ec6c54 commit d250831Copy full SHA for d250831
src/hardware/sblaster.cpp
@@ -2312,7 +2312,7 @@ class SBLASTER: public Module_base {
2312
2313
si=section->Get_int("dsp write busy delay"); /* in nanoseconds */
2314
if (si >= 0) sb.dsp.dsp_write_busy_time = si;
2315
- else sb.dsp.dsp_write_busy_time = 15000; /* FIXME: How long is the DSP busy on real hardware? */
+ else sb.dsp.dsp_write_busy_time = 1000; /* FIXME: How long is the DSP busy on real hardware? */
2316
2317
/* sanity check. Pro and later cards have I/O port arrangements that obviously need
2318
* I/O ports on odd numbers, and therefore aliasing is impractical. */
0 commit comments