From 6ed58ab3da90a6987bf3b8d51c7db27ed1513460 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Tue, 11 Feb 2014 12:52:28 -0800 Subject: Adjust PSG and YM-2612 volume to be closer to the real console --- psg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'psg.c') diff --git a/psg.c b/psg.c index cb5e8ce..083d7d5 100644 --- a/psg.c +++ b/psg.c @@ -74,7 +74,7 @@ void psg_write(psg_context * context, uint8_t value) } } -#define PSG_VOL_DIV 6 +#define PSG_VOL_DIV 14 //table shamelessly swiped from PSG doc from smspower.org int16_t volume_table[16] = { -- cgit v1.2.3