From 48e4166901a043b91ea64a00650f02e8986c48c0 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 27 Mar 2019 22:04:54 -0700 Subject: Operator results should be delayed by one sample when used as a modulator in some cases based on relative execution time and pipeline length --- ym2612.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ym2612.h') 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; -- cgit v1.2.3