go4retro / HEXTIr

TI HEX-BUS SD Drive Interface
GNU General Public License v2.0
11 stars 7 forks source link

Ti74 timing #1

Closed m5dk2n closed 4 years ago

m5dk2n commented 4 years ago

Added additional 20 usec delay in hex_send_nybble to fix the program upload for the TI-74 which may be not as fast as the CC-40.

Done experimentally without deeper understanding of the hex-bus protocol, but it works without a single error since then on the TI-74. Hope it does not damage the behavior when the CC-40 is connected.

go4retro commented 4 years ago

Thanks for the add!