summaryrefslogtreecommitdiff
path: root/z80inst.h
diff options
context:
space:
mode:
Diffstat (limited to 'z80inst.h')
-rw-r--r--z80inst.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/z80inst.h b/z80inst.h
index 0359a9c..c35f0a6 100644
--- a/z80inst.h
+++ b/z80inst.h
@@ -38,7 +38,10 @@ enum {
Z80_RL,
Z80_RRC,
Z80_RR,
- Z80_SL,
+ Z80_SLA,
+ Z80_SRA,
+ Z80_SLL,
+ Z80_SRL,
Z80_RLD,
Z80_RRD,
Z80_BIT,