diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-04-19 00:38:44 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-04-19 00:38:44 -0700 |
commit | 38a8d12e41a45a75618f13944124f37dd30f47c3 (patch) | |
tree | 238fdb0afc02f9096eeb1211df3acbd99c5790e0 /psg.h | |
parent | 112c7326f0a2ba30625e1fb38952d638edfea161 (diff) |
Not so successful attempt at improved PSG resampling
Diffstat (limited to 'psg.h')
-rw-r--r-- | psg.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ typedef struct { uint16_t counter_load[4]; uint16_t counters[4]; int16_t accum; + int16_t last_sample; int16_t sample_count; uint8_t volume[4]; uint8_t output_state[4]; |