diff ym2612.h @ 1808:ce6881d64eef

Operator results should be delayed by one sample when used as a modulator in some cases based on relative execution time and pipeline length
author Michael Pavone <pavone@retrodev.com>
date Wed, 27 Mar 2019 22:04:54 -0700
parents 5278b6e44fc1
children 4c322abd9fa5
line wrap: on
line diff
--- a/ym2612.h	Tue Mar 26 23:55:41 2019 -0700
+++ b/ym2612.h	Wed Mar 27 22:04:54 2019 -0700
@@ -39,6 +39,7 @@
 	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;