summaryrefslogtreecommitdiff
path: root/z80inst.h
diff options
context:
space:
mode:
Diffstat (limited to 'z80inst.h')
-rw-r--r--z80inst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/z80inst.h b/z80inst.h
index 67c41d5..fc7b2c1 100644
--- a/z80inst.h
+++ b/z80inst.h
@@ -78,13 +78,13 @@ enum {
Z80_E,
Z80_H,
Z80_L,
- Z80_A=7,
Z80_IXH,
Z80_IXL,
Z80_IYH,
Z80_IYL,
Z80_I,
Z80_R,
+ Z80_A,
Z80_BC,
Z80_DE,
Z80_HL,