summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/ymf262.c
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-09-17 06:49:13 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-09-17 06:49:13 +0000
commite25c13f2532730ebf50d0cffa0147393fd8e0228 (patch)
treea6c25d1de7041f26afed559dbc6670fa550e6b41 /src/emu/sound/ymf262.c
parentf97e8f00818bd8d898facc206ed33ab72cf10a75 (diff)
Clean-ups and version bumpmame0147
note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
Diffstat (limited to 'src/emu/sound/ymf262.c')
-rw-r--r--src/emu/sound/ymf262.c6
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 */