diff psg.h @ 963:bd549b25c362

Not so successful attempt at improved PSG resampling
author Michael Pavone <pavone@retrodev.com>
date Tue, 19 Apr 2016 00:38:44 -0700
parents 252dfd29831d
children e6dc30231b83
line wrap: on
line diff
--- a/psg.h	Mon Apr 18 19:26:47 2016 -0700
+++ b/psg.h	Tue Apr 19 00:38:44 2016 -0700
@@ -22,6 +22,7 @@
 	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];