removed Ecco hack, it was wrong
authornotaz <notasas@gmail.com>
Sat, 18 Oct 2008 15:29:05 +0000 (15:29 +0000)
committernotaz <notasas@gmail.com>
Sat, 18 Oct 2008 15:29:05 +0000 (15:29 +0000)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@600 be3aeb3a-fb24-0410-a615-afba39da0efa

pico/sound/ym2612.c

index 4b64fb4..efe5054 100644 (file)
@@ -561,7 +561,6 @@ INLINE void FM_KEYON(int c , int s )
                SLOT->key = 1;\r
                SLOT->phase = 0;                /* restart Phase Generator */\r
                SLOT->state = EG_ATT;   /* phase -> Attack */\r
-               SLOT->volume = MAX_ATT_INDEX;    /* fix Ecco 2 splash sound */\r
                ym2612.slot_mask |= (1<<s) << (c*4);\r
        }\r
 }\r