diff options
author | Michael Pavone <pavone@retrodev.com> | 2014-06-18 16:39:42 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2014-06-18 16:39:42 -0700 |
commit | e97e4c2823337d68efdc8191f73d15b532a2130e (patch) | |
tree | f963ff63f6a27f6a3c1ad1a86b325d43c25540fe /vdp.c | |
parent | b28dc876ea3d900787f2c953ddd84056924f7308 (diff) |
Remove debug printf that escaped into my previous commit
Diffstat (limited to 'vdp.c')
-rw-r--r-- | vdp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; } |