summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2018-06-25 19:39:57 -0400
committerPaul Duncan <pabs@pablotron.org>2018-06-25 19:39:57 -0400
commiteedfbeae69b7f18237aa9d159d297ce717d629ab (patch)
tree64ed997c81b02130253c9b40cae6df1188755956
parenta30ab5a748196a1364b38f7551fe4f9e859e141c (diff)
downloadgb-c-eedfbeae69b7f18237aa9d159d297ce717d629ab.tar.bz2
gb-c-eedfbeae69b7f18237aa9d159d297ce717d629ab.zip
add missing invalid
-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"