mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
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:
parent
e5ab6fafac
commit
4f3ad41512
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue