Actually fix the debug build
authororbea <ovariegata@yahoo.com>
Tue, 6 Dec 2016 18:58:06 +0000 (10:58 -0800)
committerorbea <ovariegata@yahoo.com>
Tue, 6 Dec 2016 18:58:06 +0000 (10:58 -0800)
pico/sound/ym2612.c

index b06007b..ae53d04 100644 (file)
@@ -582,7 +582,7 @@ INLINE void FM_KEYOFF(int c , int s )
 \r
 \r
 /* set detune & multiple */\r
-INLINE void set_det_mul(FM_CH *CH, FM_SLOT *SLOT, int v)\r
+static INLINE void set_det_mul(FM_CH *CH, FM_SLOT *SLOT, int v)\r
 {\r
        SLOT->mul = (v&0x0f)? (v&0x0f)*2 : 1;\r
        SLOT->DT  = ym2612.OPN.ST.dt_tab[(v>>4)&7];\r