diff options
Diffstat (limited to 'source/main.c')
-rw-r--r-- | source/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |