From 6fca8cfe0bcbe30767c30ac9b6d9a79e4fa19edc Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 30 Jan 2007 23:46:49 +0000 Subject: Added pseudo-hires support --- include/zx81.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/zx81.h b/include/zx81.h index 992cba7..4050918 100644 --- a/include/zx81.h +++ b/include/zx81.h @@ -33,7 +33,7 @@ /* Initialise the ZX81 */ -void ZX81Init(uint16 *vram, Z80 *z80); +void ZX81Init(uint16 *text_vram, uint16 *bitmap_vram, Z80 *z80); /* Handle keypresses */ @@ -58,8 +58,13 @@ void ZX81Reset(Z80 *z80); lost on the next emulation update cycle. The character '%' toggles inverse video. + + ZX81SuspendDisplay() and ZX81ResumeDisplay() should be called so that the + ZX81 can set up its internals. */ void ZX81DisplayString(const char *p); +void ZX81SuspendDisplay(void); +void ZX81ResumeDisplay(void); /* Interfaces for the Z80 */ -- cgit v1.2.3