mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-12-25 18:51:49 +01:00
docs updated
This commit is contained in:
parent
be12343e35
commit
77fe5464bc
@ -23,6 +23,7 @@
|
|||||||
** - modified EG rates and frequency, tested by Nemesis on real hardware
|
** - modified EG rates and frequency, tested by Nemesis on real hardware
|
||||||
** - fixed EG attenuation level on KEY ON (Ecco 2 splash sound)
|
** - fixed EG attenuation level on KEY ON (Ecco 2 splash sound)
|
||||||
** - fixed LFO phase update for CH3 special mode (Warlock, Alladin), thanks to AamirM
|
** - fixed LFO phase update for CH3 special mode (Warlock, Alladin), thanks to AamirM
|
||||||
|
** - fixed Attack rate refresh (fix Batman&Robin introduction)
|
||||||
**
|
**
|
||||||
** 03-08-2003 Jarek Burczynski:
|
** 03-08-2003 Jarek Burczynski:
|
||||||
** - fixed YM2608 initial values (after the reset)
|
** - fixed YM2608 initial values (after the reset)
|
||||||
@ -799,8 +800,6 @@ INLINE void set_ar_ksr(FM_CH *CH,FM_SLOT *SLOT,int v)
|
|||||||
CH->SLOT[SLOT1].Incr=-1;
|
CH->SLOT[SLOT1].Incr=-1;
|
||||||
}
|
}
|
||||||
|
|
||||||
//else /* fix Batman&Robin */
|
|
||||||
{
|
|
||||||
/* refresh Attack rate */
|
/* refresh Attack rate */
|
||||||
if ((SLOT->ar + SLOT->ksr) < 94 /*32+62*/)
|
if ((SLOT->ar + SLOT->ksr) < 94 /*32+62*/)
|
||||||
{
|
{
|
||||||
@ -813,7 +812,6 @@ INLINE void set_ar_ksr(FM_CH *CH,FM_SLOT *SLOT,int v)
|
|||||||
SLOT->eg_sel_ar = 17*RATE_STEPS;
|
SLOT->eg_sel_ar = 17*RATE_STEPS;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/* set decay rate */
|
/* set decay rate */
|
||||||
INLINE void set_dr(FM_SLOT *SLOT,int v)
|
INLINE void set_dr(FM_SLOT *SLOT,int v)
|
||||||
|
Loading…
Reference in New Issue
Block a user