diff options
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; } |