diff options
author | Ian C <ianc@noddybox.co.uk> | 2008-12-05 00:37:26 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2008-12-05 00:37:26 +0000 |
commit | 9ebec735c488e2f7ac29933fb51b4e6e65c7b93f (patch) | |
tree | c19015d71edcdf6dfba13d10115ebaa17a7c7fe7 /source/main.c | |
parent | f6a25a43ff98942dc051cfed6b28eefffeb8e40e (diff) |
Initial working version of memory snapshots
Diffstat (limited to 'source/main.c')
-rw-r--r-- | source/main.c | 5 |
1 files changed, 0 insertions, 5 deletions
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)) |