changeset 2285:dec3287c9394

Back out YM2612 struct change I did not mean to commit
author Michael Pavone <pavone@retrodev.com>
date Fri, 13 Jan 2023 19:19:40 -0800
parents 5a53a8453241
children 5d3411f52d00
files ym2612.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ym2612.h	Fri Jan 13 01:02:08 2023 -0800
+++ b/ym2612.h	Fri Jan 13 19:19:40 2023 -0800
@@ -37,7 +37,6 @@
 	uint8_t  ssg;
 	uint8_t  inverted;
 	uint8_t  phase_overflow;
-	uint8_t  key_on;
 } ym_operator;
 
 typedef struct {