From e376b6d78f3037d2f26250d5a28b58f480f12ad3 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 11 Sep 2006 00:35:48 +0000 Subject: Working well enough for Manic Miner now... --- src/main.c | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 93a7dc1..a3cded9 100644 --- a/src/main.c +++ b/src/main.c @@ -84,15 +84,9 @@ int main(int argc, char *argv[]) trace=IConfig(CONF_TRACE); - z80=Z80Init(SPECWriteMem, - SPECReadMem, - SPECWriteWord, - SPECReadWord, - SPECWritePort, - SPECReadPort, - SPECReadForDisassem); - - Z80SetLabels(z80,SPECGetLabel()); + z80=Z80Init(SPECPeek,SPECPoke,SPECReadPort,SPECWritePort,SPECDisPeek); + + /* Z80SetLabels(z80,SPECGetLabel()); */ GFXInit(); -- cgit v1.2.3