aboutsummaryrefslogtreecommitdiff
path: root/source/spc700.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/spc700.h')
-rw-r--r--source/spc700.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/spc700.h b/source/spc700.h
index 53bc1b6..8d8740d 100644
--- a/source/spc700.h
+++ b/source/spc700.h
@@ -71,8 +71,8 @@ typedef struct
#define APU_EXECUTE() \
if (IAPU.APUExecuting) \
{\
- while (APU.Cycles <= CPU.Cycles) \
- APU_EXECUTE1(); \
+ while (APU.Cycles <= CPU.Cycles) \
+ APU_EXECUTE1(); \
}
#endif