From eedfbeae69b7f18237aa9d159d297ce717d629ab Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Mon, 25 Jun 2018 19:39:57 -0400 Subject: add missing invalid --- ops.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ops.yaml') 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" -- cgit v1.2.3