From 38a8d12e41a45a75618f13944124f37dd30f47c3 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Tue, 19 Apr 2016 00:38:44 -0700 Subject: Not so successful attempt at improved PSG resampling --- psg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'psg.h') diff --git a/psg.h b/psg.h index 03768aa..ca3f1f0 100644 --- a/psg.h +++ b/psg.h @@ -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]; -- cgit v1.2.3