summaryrefslogtreecommitdiff
path: root/include/zx81.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zx81.h')
-rw-r--r--include/zx81.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zx81.h b/include/zx81.h
index 770a132..912a106 100644
--- a/include/zx81.h
+++ b/include/zx81.h
@@ -39,7 +39,7 @@ void ZX81Init(Z80 *z80);
/* Render the display
*/
-void ZX81RenderDisplay(Framebuffer *fb);
+void ZX81RenderDisplay(Framebuffer *fb, Z80 *z80);
/* Handle keypresses
*/