removed Ecco hack, it was wrong

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@600 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-10-18 15:29:05 +00:00
parent e5ab6fafac
commit 4f3ad41512

View file

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