summaryrefslogtreecommitdiff
path: root/source/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/main.c')
-rw-r--r--source/main.c5
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))