aboutsummaryrefslogtreecommitdiff
path: root/source/soundux.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/soundux.c')
-rw-r--r--source/soundux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/soundux.c b/source/soundux.c
index 131f7d2..c10abf5 100644
--- a/source/soundux.c
+++ b/source/soundux.c
@@ -181,7 +181,7 @@ void S9xSetEightBitConsoleSound(bool Enabled)
}
}
-STATIC inline uint8_t* S9xGetSampleAddress(int sample_number)
+static inline uint8_t* S9xGetSampleAddress(int sample_number)
{
uint32_t addr = (((APU.DSP[APU_DIR] << 8) + (sample_number << 2)) & 0xffff);
return (IAPU.RAM + addr);