diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-01-17 09:18:35 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-01-17 09:18:35 -0800 |
commit | d4ca3b5c277cad0ba44a202648a98b67670a05ee (patch) | |
tree | 3b0a49e1e483f65d5ce5ddb7016588549b70a6b5 /vdp.c | |
parent | 4e1834ec70e642276d8ba0a74eea5caa07fde165 (diff) |
Disable timing debug
Diffstat (limited to 'vdp.c')
-rw-r--r-- | vdp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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]; |