summaryrefslogtreecommitdiff
path: root/vdp.c
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2014-06-18 16:39:42 -0700
committerMichael Pavone <pavone@retrodev.com>2014-06-18 16:39:42 -0700
commite97e4c2823337d68efdc8191f73d15b532a2130e (patch)
treef963ff63f6a27f6a3c1ad1a86b325d43c25540fe /vdp.c
parentb28dc876ea3d900787f2c953ddd84056924f7308 (diff)
Remove debug printf that escaped into my previous commit
Diffstat (limited to 'vdp.c')
-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;
}