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