comparison ym2612.h @ 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
comparison
equal deleted inserted replaced
2284:5a53a8453241 2285:dec3287c9394
35 uint8_t am; 35 uint8_t am;
36 uint8_t env_phase; 36 uint8_t env_phase;
37 uint8_t ssg; 37 uint8_t ssg;
38 uint8_t inverted; 38 uint8_t inverted;
39 uint8_t phase_overflow; 39 uint8_t phase_overflow;
40 uint8_t key_on;
41 } ym_operator; 40 } ym_operator;
42 41
43 typedef struct { 42 typedef struct {
44 FILE * logfile; 43 FILE * logfile;
45 uint16_t fnum; 44 uint16_t fnum;