From 0d08766ccc80cacfe0690cb8a1ea8f13038e404b Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 3 Aug 2021 21:43:06 +0000 Subject: Sped up Z80 emulation --- source/main.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'source/main.c') diff --git a/source/main.c b/source/main.c index b7d3318..d78a910 100644 --- a/source/main.c +++ b/source/main.c @@ -248,11 +248,7 @@ int main(int argc, char *argv[]) FB_Init(); - z80 = Z80Init(SPECReadMem, - SPECWriteMem, - SPECReadPort, - SPECWritePort, - SPECReadDisassem); + z80 = Z80Init(SPECReadPort, SPECWritePort); if (!z80) { -- cgit v1.2.3