about summary refs log tree commit diff stats
path: root/src/emu
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu')
-rwxr-xr-xsrc/emu/x64run.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/emu/x64run.c b/src/emu/x64run.c
index 8257dd2f..1ff55ec0 100755
--- a/src/emu/x64run.c
+++ b/src/emu/x64run.c
@@ -1224,6 +1224,10 @@ x64emurun:
                 goto fini;
             break;
 
+        case 0xF5:                      /* CMC */
+            CHECK_FLAGS(emu);
+            CONDITIONAL_SET_FLAG(!ACCESS_FLAG(F_CF), F_CF);
+            break;
         case 0xF6:                      /* GRP3 Eb(,Ib) */
             nextop = F8;
             tmp8u = (nextop>>3)&7;