diff options
author | Michael Pavone <pavone@retrodev.com> | 2019-03-27 22:04:54 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2019-03-27 22:04:54 -0700 |
commit | 48e4166901a043b91ea64a00650f02e8986c48c0 (patch) | |
tree | 14f0d44609e944ebddb24bd6607d7a4b0ed8c697 /ym2612.h | |
parent | 39d16d0d092977c4b0dd6b556b85786e38b34484 (diff) |
Operator results should be delayed by one sample when used as a modulator in some cases based on relative execution time and pipeline length
Diffstat (limited to 'ym2612.h')
-rw-r--r-- | ym2612.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ typedef struct { uint16_t fnum; int16_t output; int16_t op1_old; + int16_t op2_old; uint8_t block_fnum_latch; uint8_t block; uint8_t keycode; |