diff options
-rw-r--r-- | ops.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -630,6 +630,8 @@ ops: n: h: "0" c: C + code: | + daa(ctx); - id: JR Z, r8 hex: 0x28 cat: "jumps/calls" @@ -10072,6 +10074,14 @@ templates: } static void + daa( + gb_t * const ctx + ) { + UNUSED(ctx); + // TODO: implement DAA + } + + static void gpu_set_line( gb_t * const ctx, const uint8_t line |