From 53311c57c4eb1ef7f91dfe87f62323c81d610f7e Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 8 Aug 2016 03:51:26 +0200 Subject: Cleanups --- source/soundux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/soundux.c') 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); -- cgit v1.2.3