summaryrefslogtreecommitdiff
path: root/psg.h
diff options
context:
space:
mode:
authorMike Pavone <pavone@retrodev.com>2013-05-29 00:57:19 -0700
committerMike Pavone <pavone@retrodev.com>2013-05-29 00:57:19 -0700
commit54f3fab8efc17a607439cb61e82b1e640f36c99a (patch)
treea679ccd977607a939b0ecd734fc9ba5a5e7b3be4 /psg.h
parent1d5e794755a615e3627550f8068213e9a23b17e7 (diff)
Incredibly broken YM2612 support plus a fix to Z80 bus request
Diffstat (limited to 'psg.h')
-rw-r--r--psg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/psg.h b/psg.h
index 7d36f5c..be7ca6a 100644
--- a/psg.h
+++ b/psg.h
@@ -9,7 +9,6 @@ typedef struct {
double buffer_fraction;
double buffer_inc;
uint32_t buffer_pos;
- uint32_t back_pos;
uint32_t cycles;
uint32_t samples_frame;
uint16_t lsfr;