Skip to content

Commit 6382245

Browse files
authored
sp0256.cpp: adjust divider to achieve 10kHz sample rate [Joe Zibiciak] (#15890)
1 parent 8ccd3f1 commit 6382245

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/devices/sound/sp0256.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#define LOGFIFO(...) LOGMASKED(LOG_FIFO, __VA_ARGS__)
3232

3333

34-
#define CLOCK_DIVIDER (7*6*8)
34+
#define CLOCK_DIVIDER (6*4*13)
3535
#define HIGH_QUALITY
3636

3737
#define SCBUF_SIZE (4096) /* Must be power of 2 */

0 commit comments

Comments
 (0)