summaryrefslogtreecommitdiff
path: root/ops.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ops.yaml')
-rw-r--r--ops.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ops.yaml b/ops.yaml
index 71489b5..dab380c 100644
--- a/ops.yaml
+++ b/ops.yaml
@@ -3751,7 +3751,6 @@ ops:
h:
c:
code: |
- // cpu_ww(ctx, RW_PC, mmu_rw(ctx, cpu_rw(ctx, RW_HL)));
cpu_ww(ctx, RW_PC, cpu_rw(ctx, RW_HL));
- id: LD (a16), A
hex: 0xEA
@@ -3779,6 +3778,8 @@ ops:
hex: 0xEC
cat: "invalid"
op: XX
+ code: |
+ cpu_set_state(ctx, old_pc, GB_CPU_STATE_INVALID);
- id: XX
hex: 0xED
cat: "invalid"