changeset 694:7497334bb548

Adjust TH timeout value to take into account the move to master clock cycles
author Michael Pavone <pavone@retrodev.com>
date Thu, 30 Apr 2015 19:28:18 -0700
parents 318ebe078315
children e1345921e481
files io.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/io.c	Thu Apr 30 19:28:01 2015 -0700
+++ b/io.c	Thu Apr 30 19:28:18 2015 -0700
@@ -750,7 +750,7 @@
 }
 
 #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)
 {