summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/alph8201/alph8201.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/alph8201/alph8201.c')
-rw-r--r--src/emu/cpu/alph8201/alph8201.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/alph8201/alph8201.c b/src/emu/cpu/alph8201/alph8201.c
index f6691345f8d..e389c84a468 100644
--- a/src/emu/cpu/alph8201/alph8201.c
+++ b/src/emu/cpu/alph8201/alph8201.c
@@ -268,7 +268,7 @@ INLINE void M_XOR(UINT8 dat)
{
R.A ^= dat;
ZF = (R.A==0);
-// CF = 0; unknown whether it's affected or not
+// CF = 0; unknown whether it's affected or not
}
INLINE void M_JMP(UINT8 dat)