From 4b642ccd3d27def735098db3f755a9d3b07c4dc1 Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Thu, 17 Jan 2013 21:12:23 -0500 Subject: Lower the timer interrupt interval to 13.3 milliseconds to avoid underflows (silences). --- source/nds/ds2sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/nds/ds2sound.h b/source/nds/ds2sound.h index d8cfe09..b9cf5ae 100644 --- a/source/nds/ds2sound.h +++ b/source/nds/ds2sound.h @@ -14,7 +14,7 @@ // underflows. // * not exactly 16667 (NTSC 60 FPS) or 20000 (PAL 50 FPS), because then // the automatic frame skipper will be extremely messed up. -#define INTERRUPT_TIME_4 15360 /* 15360 tested working */ +#define INTERRUPT_TIME_4 13312 /* 15360 tested working, but underflows */ #define INTERRUPT_TIME_5 8000 /* like the SNES! tested working, but slow */ #define INTERRUPT_TIME_6 4000 /* tested working, slow because of upsampling */ #define INTERRUPT_TIME_7 4000 /* tested working, slow because of upsampling */ -- cgit v1.2.3