diff options
author | Paul Duncan <pabs@pablotron.org> | 2018-06-25 19:39:57 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2018-06-25 19:39:57 -0400 |
commit | eedfbeae69b7f18237aa9d159d297ce717d629ab (patch) | |
tree | 64ed997c81b02130253c9b40cae6df1188755956 | |
parent | a30ab5a748196a1364b38f7551fe4f9e859e141c (diff) | |
download | gb-c-eedfbeae69b7f18237aa9d159d297ce717d629ab.tar.bz2 gb-c-eedfbeae69b7f18237aa9d159d297ce717d629ab.zip |
add missing invalid
-rw-r--r-- | ops.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |