summaryrefslogtreecommitdiff
path: root/vdp.c
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-01-17 09:18:35 -0800
committerMichael Pavone <pavone@retrodev.com>2017-01-17 09:18:35 -0800
commitd4ca3b5c277cad0ba44a202648a98b67670a05ee (patch)
tree3b0a49e1e483f65d5ce5ddb7016588549b70a6b5 /vdp.c
parent4e1834ec70e642276d8ba0a74eea5caa07fde165 (diff)
Disable timing debug
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 e055ad7..8c1b1aa 100644
--- a/vdp.c
+++ b/vdp.c
@@ -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];