From 9ebec735c488e2f7ac29933fb51b4e6e65c7b93f Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 5 Dec 2008 00:37:26 +0000 Subject: Initial working version of memory snapshots --- source/main.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source/main.c') diff --git a/source/main.c b/source/main.c index c196608..674478e 100644 --- a/source/main.c +++ b/source/main.c @@ -399,13 +399,8 @@ int main(int argc, char *argv[]) while(1) { - static unsigned cycle; - SoftKeyEvent ev; - DS81_DEBUG_STATUS("PC = %4.4x I = %u", z80->PC, cycle); - cycle++; - Z80Exec(z80); while(SK_GetEvent(&ev)) -- cgit v1.2.3