summaryrefslogtreecommitdiff
path: root/chip8.c
diff options
context:
space:
mode:
Diffstat (limited to 'chip8.c')
-rw-r--r--chip8.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/chip8.c b/chip8.c
index 3a2f43d..b6d52eb 100644
--- a/chip8.c
+++ b/chip8.c
@@ -120,3 +120,9 @@ chip8_draw_sprite(int startx, int starty, uint16_t mem, uint8_t size)
starty++;
}
}
+
+void
+chip8_cycle()
+{
+
+}