From d1591dc8440a5a896f22875b519e94cf177d8855 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 7 May 2007 02:01:56 +0000 Subject: Display not yet working; emulation too slow. --- source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/main.c') diff --git a/source/main.c b/source/main.c index e8b4c6b..d4ac2ee 100644 --- a/source/main.c +++ b/source/main.c @@ -221,7 +221,7 @@ int main(int argc, char *argv[]) /* Initialise processor and the Spectrum */ - z80=Z80Init(SPECPeek,SPECPoke,SPECReadPort,SPECWritePort,SPECDisPeek); + z80=Z80Init(SPECReadPort,SPECWritePort); if (!z80) { -- cgit v1.2.3