diff options
Diffstat (limited to 'src/emu/sound/fm2612.c')
| -rw-r--r-- | src/emu/sound/fm2612.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/emu/sound/fm2612.c b/src/emu/sound/fm2612.c index a3e6fa9b4c1..bc00afee192 100644 --- a/src/emu/sound/fm2612.c +++ b/src/emu/sound/fm2612.c @@ -531,7 +531,7 @@ static FILE *sample[1]; /* struct describing a single operator (SLOT) */ -struct FM_SLOT +struct FM_SLOT { INT32 *DT; /* detune :dt_tab[DT] */ UINT8 KSR; /* key scale rate :3-KSR */ @@ -572,7 +572,7 @@ struct FM_SLOT }; -struct FM_CH +struct FM_CH { FM_SLOT SLOT[4]; /* four SLOTs (operators) */ @@ -597,7 +597,7 @@ struct FM_CH }; -struct FM_ST +struct FM_ST { device_t *device; void * param; /* this chip parameter */ @@ -634,7 +634,7 @@ struct FM_ST /***********************************************************/ /* OPN 3slot struct */ -struct FM_3SLOT +struct FM_3SLOT { UINT32 fc[3]; /* fnum3,blk3: calculated */ UINT8 fn_h; /* freq3 latch */ @@ -644,7 +644,7 @@ struct FM_3SLOT }; /* OPN/A/B common state */ -struct FM_OPN +struct FM_OPN { UINT8 type; /* chip type */ FM_ST ST; /* general state */ @@ -678,7 +678,7 @@ struct FM_OPN }; /* here's the virtual YM2612 */ -struct YM2612 +struct YM2612 { UINT8 REGS[512]; /* registers */ FM_OPN OPN; /* OPN state */ |
