diff io.c @ 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 d77c79cec800
children 8f5339961903
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)
 {