diff options
-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" |