diff options
author | Michael Pavone <pavone@retrodev.com> | 2014-02-11 12:52:28 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2014-02-11 12:52:28 -0800 |
commit | 6ed58ab3da90a6987bf3b8d51c7db27ed1513460 (patch) | |
tree | 95911e4d14b5eaaf2dd0eee8adea8b6c3176acdf /psg.c | |
parent | 94a138521f2ac37d238ca75ee0a052587fcfad87 (diff) |
Adjust PSG and YM-2612 volume to be closer to the real console
Diffstat (limited to 'psg.c')
-rw-r--r-- | psg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] = { |