summaryrefslogtreecommitdiff
path: root/src/apu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/apu.h')
-rw-r--r--src/apu.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apu.h b/src/apu.h
index 201c68c..88d393b 100644
--- a/src/apu.h
+++ b/src/apu.h
@@ -103,7 +103,7 @@ typedef struct
EXTERN_C SAPU APU;
EXTERN_C SIAPU IAPU;
-STATIC inline void S9xAPUUnpackStatus()
+static inline void S9xAPUUnpackStatus(void)
{
IAPU._Zero = ((IAPU.P & Zero) == 0) | (IAPU.P & Negative);
@@ -116,7 +116,7 @@ STATIC inline void S9xAPUUnpackStatus()
}
}
-STATIC inline void S9xAPUPackStatus()
+static inline void S9xAPUPackStatus(void)
{
#ifdef ASM_SPC700
if (Settings.asmspc700)