summaryrefslogtreecommitdiff
path: root/ym2612.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2019-03-27 22:04:54 -0700
committerMichael Pavone <pavone@retrodev.com>2019-03-27 22:04:54 -0700
commit48e4166901a043b91ea64a00650f02e8986c48c0 (patch)
tree14f0d44609e944ebddb24bd6607d7a4b0ed8c697 /ym2612.h
parent39d16d0d092977c4b0dd6b556b85786e38b34484 (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ym2612.h b/ym2612.h
index 1f34558..683931a 100644
--- a/ym2612.h
+++ b/ym2612.h
@@ -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;