summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vdp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vdp.c b/vdp.c
index 126e3be..9eafb67 100644
--- a/vdp.c
+++ b/vdp.c
@@ -1767,7 +1767,6 @@ uint16_t vdp_hv_counter_read(vdp_context * context)
line |= 1;
}
}
- printf("hv_counter_read line: %d, horiz: %d, cycles: %d\n", line, linecyc, context->cycles);
return (line << 8) | linecyc;
}