aboutsummaryrefslogtreecommitdiff
path: root/source/spc700.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/spc700.c')
-rw-r--r--source/spc700.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/spc700.c b/source/spc700.c
index 53bbb1b..6737e30 100644
--- a/source/spc700.c
+++ b/source/spc700.c
@@ -28,9 +28,9 @@ uint32_t Work32 = 0;
if (IAPU.WaitCounter == 0) \
{ \
if (!ICPU.CPUExecuting) \
- APU.Cycles = CPU.Cycles = CPU.NextEvent; \
+ APU.Cycles = CPU.Cycles = CPU.NextEvent; \
else \
- IAPU.APUExecuting = false; \
+ IAPU.APUExecuting = false; \
} \
else if (IAPU.WaitCounter >= 2) \
IAPU.WaitCounter = 1; \