diff options
Diffstat (limited to 'src/emu/sound/ymf262.c')
| -rw-r--r-- | src/emu/sound/ymf262.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/sound/ymf262.c b/src/emu/sound/ymf262.c index c24fd4280bf..1b5e4f3762e 100644 --- a/src/emu/sound/ymf262.c +++ b/src/emu/sound/ymf262.c @@ -141,7 +141,7 @@ static FILE * cymfile = NULL; #define OPL3_TYPE_YMF262 (0) /* 36 operators, 8 waveforms */ -struct OPL3_SLOT +struct OPL3_SLOT { UINT32 ar; /* attack rate: AR<<2 */ UINT32 dr; /* decay rate: DR<<2 */ @@ -192,7 +192,7 @@ unsigned char reserved[128-100];//speedup: pump up the struct size to power of 2 }; -struct OPL3_CH +struct OPL3_CH { OPL3_SLOT SLOT[2]; @@ -218,7 +218,7 @@ unsigned char reserved[512-272];//speedup:pump up the struct size to power of 2 }; /* OPL3 state */ -struct OPL3 +struct OPL3 { OPL3_CH P_CH[18]; /* OPL3 chips have 18 channels */ |
