From 74fe4fda2a3059b97d1bfcc03e37be1a19ea82fe Mon Sep 17 00:00:00 2001 From: Ian C Date: Sat, 26 Jun 2021 18:19:14 +0000 Subject: Fast mode working and partial text mode. Plan on attempting a ULA emulation. --- include/zx81.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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 */ -- cgit v1.2.3