diff ym2612.h @ 527:7df7f493b3b6

Fix operator 1 self-feedback
author Michael Pavone <pavone@retrodev.com>
date Wed, 12 Feb 2014 22:14:11 -0800
parents 3e1573fa22cf
children aaa77e351c24
line wrap: on
line diff
--- a/ym2612.h	Tue Feb 11 23:19:29 2014 -0800
+++ b/ym2612.h	Wed Feb 12 22:14:11 2014 -0800
@@ -33,6 +33,7 @@
 	FILE *   logfile;
 	uint16_t fnum;
 	int16_t  output;
+	int16_t  op1_old;
 	uint8_t  block_fnum_latch;
 	uint8_t  block;
 	uint8_t  keycode;