changeset 624:788545f4064f

Remove debug printf that escaped into my previous commit
author Michael Pavone <pavone@retrodev.com>
date Wed, 18 Jun 2014 16:39:42 -0700
parents 66cc60215e5c
children 6aa2a8ab9c70
files vdp.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vdp.c	Wed Jun 18 16:30:19 2014 -0700
+++ b/vdp.c	Wed Jun 18 16:39:42 2014 -0700
@@ -1767,7 +1767,6 @@
 			line |= 1;
 		}
 	}
-	printf("hv_counter_read line: %d, horiz: %d, cycles: %d\n", line, linecyc, context->cycles);
 	return (line << 8) | linecyc;
 }