diff options
author | Michael Pavone <pavone@retrodev.com> | 2014-02-12 22:14:11 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2014-02-12 22:14:11 -0800 |
commit | 08024e63a3f5441229ccc1e4189e7a399017a681 (patch) | |
tree | 5d2dba67652de4d3d4676b3d254957dde593aca1 /ym2612.h | |
parent | de1a8561451022ace7324f77b048b7ca44c2b729 (diff) |
Fix operator 1 self-feedback
Diffstat (limited to 'ym2612.h')
-rw-r--r-- | ym2612.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ typedef struct { FILE * logfile; uint16_t fnum; int16_t output; + int16_t op1_old; uint8_t block_fnum_latch; uint8_t block; uint8_t keycode; |