mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-02-03 05:25:39 +01:00
commit
2ece10758f
@ -582,7 +582,7 @@ INLINE void FM_KEYOFF(int c , int s )
|
||||
|
||||
|
||||
/* set detune & multiple */
|
||||
INLINE void set_det_mul(FM_CH *CH, FM_SLOT *SLOT, int v)
|
||||
static INLINE void set_det_mul(FM_CH *CH, FM_SLOT *SLOT, int v)
|
||||
{
|
||||
SLOT->mul = (v&0x0f)? (v&0x0f)*2 : 1;
|
||||
SLOT->DT = ym2612.OPN.ST.dt_tab[(v>>4)&7];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user