changeset 381:7815ebbbd705

Fix modulation shift value
author Mike Pavone <pavone@retrodev.com>
date Mon, 03 Jun 2013 23:44:11 -0700
parents 1c8d74f2ab0b
children b904859964e5
files ym2612.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ym2612.c	Mon Jun 03 21:43:38 2013 -0700
+++ b/ym2612.c	Mon Jun 03 23:44:11 2013 -0700
@@ -157,7 +157,7 @@
 }
 
 #define YM_VOLUME_DIVIDER 2
-#define YM_MOD_SHIFT 4
+#define YM_MOD_SHIFT 1
 
 void ym_run(ym2612_context * context, uint32_t to_cycle)
 {