# HG changeset patch # User Michael Pavone # Date 1673666380 28800 # Node ID dec3287c9394cc3266030d572e07934e7ef1bc31 # Parent 5a53a84532418c6171636510716adcd67a9f1472 Back out YM2612 struct change I did not mean to commit diff -r 5a53a8453241 -r dec3287c9394 ym2612.h --- 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 {