From 08024e63a3f5441229ccc1e4189e7a399017a681 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Wed, 12 Feb 2014 22:14:11 -0800 Subject: Fix operator 1 self-feedback --- ym2612.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ym2612.h') diff --git a/ym2612.h b/ym2612.h index 16a8cdf..839024a 100644 --- a/ym2612.h +++ b/ym2612.h @@ -33,6 +33,7 @@ typedef struct { FILE * logfile; uint16_t fnum; int16_t output; + int16_t op1_old; uint8_t block_fnum_latch; uint8_t block; uint8_t keycode; -- cgit v1.2.3