changeset 1178:24fc305396ee

Disable timing debug
author Michael Pavone <pavone@retrodev.com>
date Tue, 17 Jan 2017 09:18:35 -0800
parents 67e0462c30ce
children 1271b240b9c2
files vdp.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vdp.c	Tue Jan 17 09:18:16 2017 -0800
+++ b/vdp.c	Tue Jan 17 09:18:35 2017 -0800
@@ -54,7 +54,6 @@
 #define BORDER_BOT_V30_PAL 24
 
 #define INVALID_LINE 0x200
-#define TIMING_DEBUG
 
 static int32_t color_map[1 << 12];
 static uint16_t mode4_address_map[0x4000];