summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2015-04-30 19:28:18 -0700
committerMichael Pavone <pavone@retrodev.com>2015-04-30 19:28:18 -0700
commit63a7a70313c8915f79904a99367e3b7d21a98220 (patch)
tree57092a8381b3e3c59cd842c22787a79de8c46748
parentd11ec6908700a7eb34c326159826fcfbd04c1ab6 (diff)
Adjust TH timeout value to take into account the move to master clock cycles
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
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)
{