summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/disc_wav.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/disc_wav.inc')
-rw-r--r--src/devices/sound/disc_wav.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/disc_wav.inc b/src/devices/sound/disc_wav.inc
index 8d3b8d330a7..8087ea86627 100644
--- a/src/devices/sound/disc_wav.inc
+++ b/src/devices/sound/disc_wav.inc
@@ -218,7 +218,7 @@ DISCRETE_RESET(dss_counter)
#define DSS_LFSR_NOISE__FEED DISCRETE_INPUT(4)
#define DSS_LFSR_NOISE__BIAS DISCRETE_INPUT(5)
-INLINE int dss_lfsr_function(discrete_device *dev, int myfunc, int in0, int in1, int bitmask)
+static inline int dss_lfsr_function(discrete_device *dev, int myfunc, int in0, int in1, int bitmask)
{
int retval;