diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-04-30 19:28:18 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-04-30 19:28:18 -0700 |
commit | 63a7a70313c8915f79904a99367e3b7d21a98220 (patch) | |
tree | 57092a8381b3e3c59cd842c22787a79de8c46748 | |
parent | d11ec6908700a7eb34c326159826fcfbd04c1ab6 (diff) |
Adjust TH timeout value to take into account the move to master clock cycles
-rw-r--r-- | io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |