summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Couriersud <couriersud@users.noreply.github.com>2008-01-23 01:00:36 +0000
committer Couriersud <couriersud@users.noreply.github.com>2008-01-23 01:00:36 +0000
commit7d8f30ab329340b40605571c46e9b81a227568e1 (patch)
tree3b2c175b1bb4fe990763ce4d0a4479f5331e322d
parent890acbc2ccb10551ff2f5c80be43c323435116de (diff)
audio/dkong.c:
* revert a change after sound regression in dkong.
-rw-r--r--src/mame/audio/dkong.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/dkong.c b/src/mame/audio/dkong.c
index 6be89b8adad..a628fd1d201 100644
--- a/src/mame/audio/dkong.c
+++ b/src/mame/audio/dkong.c
@@ -166,7 +166,7 @@
#define DK_C30 CAP_U(10)
#define DK_C32 CAP_U(10)
#define DK_C34 CAP_N(10)
-#define DK_C159 CAP_N(0) /* 100nF in Schematics but sound is way off */
+#define DK_C159 CAP_N(100)
/*
@@ -367,7 +367,7 @@ static DISCRETE_SOUND_START(dkong2b)
#if DK_NO_FILTERS
DISCRETE_OUTPUT(NODE_288, 32767.0/5.0 * 10)
#else
- DISCRETE_OUTPUT(NODE_296, 32767.0/5.0 * 3)
+ DISCRETE_OUTPUT(NODE_296, 32767.0/5.0 * 2)
#endif
DISCRETE_SOUND_END