summaryrefslogtreecommitdiff
path: root/chip8.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip8.h')
-rw-r--r--chip8.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chip8.h b/chip8.h
index 3aaa8a8..e16274d 100644
--- a/chip8.h
+++ b/chip8.h
@@ -18,5 +18,6 @@
int load_rom();
void chip8_init();
void chip8_draw_sprite(int startx, int starty, uint16_t mem, uint8_t size);
+void chip8_cycle();
#endif