From d7a42116c04c1db514fd951cc21ffebc433a922f Mon Sep 17 00:00:00 2001 From: redcode Date: Thu, 18 Oct 2018 07:13:21 +0200 Subject: [PATCH] Comments. --- sources/Z80.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/Z80.c b/sources/Z80.c index 24a0837..5d3f6a0 100644 --- a/sources/Z80.c +++ b/sources/Z80.c @@ -704,7 +704,7 @@ static Z_INLINE void add_RR_NN(Z80 *object, zuint16 *r, zuint16 v) #define RXA \ F = F_SZP /* SF, ZF, PF unchanged */ \ | A_YX /* YF = A.5; XF = A.3 */ \ - | c; /* CF = pA.7 (rla) / pA.0 (rra) */ + | c; /* CF = Ai.7 (rla) / Ai.0 (rra) */ #define RXD(a, b, c) \