aboutsummaryrefslogtreecommitdiff
path: root/source/cpuaddr.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cpuaddr.h')
-rw-r--r--source/cpuaddr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cpuaddr.h b/source/cpuaddr.h
index 1085921..94cb6f0 100644
--- a/source/cpuaddr.h
+++ b/source/cpuaddr.h
@@ -195,7 +195,7 @@ static inline void DirectIndexedX(bool read)
#endif
}
-static void DirectIndexedY(bool read)
+static inline void DirectIndexedY(bool read)
{
if (read)
OpenBus = *CPU.PC;