summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/fm2612.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/fm2612.c')
-rw-r--r--src/emu/sound/fm2612.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/emu/sound/fm2612.c b/src/emu/sound/fm2612.c
index 3b2877a7c58..49d8983e0dd 100644
--- a/src/emu/sound/fm2612.c
+++ b/src/emu/sound/fm2612.c
@@ -213,7 +213,6 @@ static const UINT32 sl_table[16]={
#define RATE_STEPS (8)
static const UINT8 eg_inc[19*RATE_STEPS]={
-
/*cycle:0 1 2 3 4 5 6 7*/
/* 0 */ 0,1, 0,1, 0,1, 0,1, /* rates 00..11 0 (increment by 0 or 1) */
@@ -1834,20 +1833,17 @@ static void OPNWriteReg(FM_OPN *OPN, int r, int v)
/* SSG-EG envelope shapes :
E AtAlH
- 1 0 0 0 \\\\
-
+ 1 0 0 0 \\\
1 0 0 1 \___
1 0 1 0 \/\/
___
- 1 0 1 1 \
-
+ 1 0 1 1
1 1 0 0 ////
___
1 1 0 1 /
- 1 1 1 0 /\/\
-
+ 1 1 1 0 /\/
1 1 1 1 /___