diff options
author | Ian C <ianc@noddybox.co.uk> | 2021-06-26 18:19:14 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2021-06-26 18:19:14 +0000 |
commit | 74fe4fda2a3059b97d1bfcc03e37be1a19ea82fe (patch) | |
tree | 93c45c5c0af845c3adc9345d0bf685525d53920b /include | |
parent | abad1c81839420fa60d8923d2332ea003cd73a06 (diff) |
Fast mode working and partial text mode. Plan on attempting a ULA emulation.
Diffstat (limited to 'include')
-rw-r--r-- | include/zx81.h | 2 |
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 */ |