diff options
Diffstat (limited to 'src/devices/sound/sid.cpp')
-rw-r--r-- | src/devices/sound/sid.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/sid.cpp b/src/devices/sound/sid.cpp index 375095e7401..d040702eeae 100644 --- a/src/devices/sound/sid.cpp +++ b/src/devices/sound/sid.cpp @@ -55,7 +55,7 @@ static void MixerInit(int threeVoiceAmplify) } -INLINE void syncEm(SID6581_t *This) +static inline void syncEm(SID6581_t *This) { int sync1 = (This->optr1.modulator->cycleLenCount <= 0); int sync2 = (This->optr2.modulator->cycleLenCount <= 0); |