summaryrefslogtreecommitdiff
path: root/z80_to_x86.h
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2016-07-28 22:59:09 -0700
committerMichael Pavone <pavone@retrodev.com>2016-07-28 22:59:09 -0700
commit406d8bbfacb65eb1a48ab67fc1339546a6f16cc4 (patch)
treeae49c41d91e8e323129766fdc9336e5c64abff2e /z80_to_x86.h
parent8e8fa1937a768d6558b903c78fe0ea7150b36865 (diff)
Partial support for undocumented flag bits
Diffstat (limited to 'z80_to_x86.h')
-rw-r--r--z80_to_x86.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/z80_to_x86.h b/z80_to_x86.h
index 753a64e..fc772dd 100644
--- a/z80_to_x86.h
+++ b/z80_to_x86.h
@@ -22,6 +22,7 @@ enum {
ZF_H,
ZF_Z,
ZF_S,
+ ZF_XY,
ZF_NUM
};