summaryrefslogtreecommitdiff
path: root/psg.c
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2013-06-19 00:24:59 -0700
committerMike Pavone <pavone@retrodev.com>2013-06-19 00:24:59 -0700
commita0d2b01f52ea3d37edd024bceab2301d33ce2dff (patch)
tree38d7b3f262a6fe3eab388eb02053fcf3a9943425 /psg.c
parent58c629c1f383be5094587ac57a5187387ad0270d (diff)
Use a slightly more sane PSG volume divider. Stil seems too loud, need to check the real hardware.
Diffstat (limited to 'psg.c')
-rw-r--r--psg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/psg.c b/psg.c
index 815784a..f615151 100644
--- a/psg.c
+++ b/psg.c
@@ -60,7 +60,7 @@ void psg_write(psg_context * context, uint8_t value)
}
}
-#define PSG_VOL_DIV 4
+#define PSG_VOL_DIV 6
//table shamelessly swiped from PSG doc from smspower.org
int16_t volume_table[16] = {