From 63a7a70313c8915f79904a99367e3b7d21a98220 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 30 Apr 2015 19:28:18 -0700 Subject: Adjust TH timeout value to take into account the move to master clock cycles --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io.c') diff --git a/io.c b/io.c index 3ec8672..3f76d90 100644 --- a/io.c +++ b/io.c @@ -750,7 +750,7 @@ void set_keybindings(io_port *ports) } #define TH 0x40 -#define TH_TIMEOUT 8000 +#define TH_TIMEOUT 56000 void io_adjust_cycles(io_port * port, uint32_t current_cycle, uint32_t deduction) { -- cgit v1.2.3