X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fsound%2Fym2612.c;h=0fc6fa271cc3f59af9a77838bf8e5fbd0e16b027;hb=c771b2384e0a9b5687a4160421120bb661c1ee2e;hp=f7a073fbc052a4b18666236331a9addb97178f22;hpb=3ff6f188f5883d9f626feadddc26130dc18dd5ba;p=picodrive.git diff --git a/pico/sound/ym2612.c b/pico/sound/ym2612.c index f7a073f..0fc6fa2 100644 --- a/pico/sound/ym2612.c +++ b/pico/sound/ym2612.c @@ -1254,7 +1254,7 @@ STRICTINLINE void refresh_fc_eg_slot(FM_SLOT *SLOT, int fc, int kc) } /* update phase increment counters */ -INLINE void refresh_fc_eg_chan(FM_CH *CH) +void refresh_fc_eg_chan(FM_CH *CH) { if( CH->SLOT[SLOT1].Incr==-1){ int fc = CH->fc; @@ -1266,7 +1266,7 @@ INLINE void refresh_fc_eg_chan(FM_CH *CH) } } -INLINE void refresh_fc_eg_chan_sl3(void) +void refresh_fc_eg_chan_sl3(void) { if( ym2612.CH[2].SLOT[SLOT1].Incr==-1) {