summaryrefslogtreecommitdiff
path: root/ops.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ops.yaml')
-rw-r--r--ops.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/ops.yaml b/ops.yaml
index 5cf9c77..3d6f7b8 100644
--- a/ops.yaml
+++ b/ops.yaml
@@ -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