diff options
author | Mike Pavone <pavone@retrodev.com> | 2013-05-23 23:51:49 -0700 |
---|---|---|
committer | Mike Pavone <pavone@retrodev.com> | 2013-05-23 23:51:49 -0700 |
commit | 1628fcfc93742b30ff200a9a2f9454fb6d597c2e (patch) | |
tree | 46eed02403c9c9e01c655577c81bf200781c6529 | |
parent | 9e33979cee499191c05fa63262327f7f17a70305 (diff) |
Fix clipping in PSG core
-rw-r--r-- | psg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ void psg_write(psg_context * context, uint8_t value) } } -#define PSG_VOL_DIV 2 +#define PSG_VOL_DIV 4 //table shamelessly swiped from PSG doc from smspower.org int16_t volume_table[16] = { |