notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfa111b
)
Actually fix the debug build
author
orbea
<ovariegata@yahoo.com>
Tue, 6 Dec 2016 18:58:06 +0000
(10:58 -0800)
committer
orbea
<ovariegata@yahoo.com>
Tue, 6 Dec 2016 18:58:06 +0000
(10:58 -0800)
pico/sound/ym2612.c
patch
|
blob
|
blame
|
history
diff --git
a/pico/sound/ym2612.c
b/pico/sound/ym2612.c
index
b06007b
..
ae53d04
100644
(file)
--- a/
pico/sound/ym2612.c
+++ b/
pico/sound/ym2612.c
@@
-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