data was bricked reverting debounce to 5

This commit is contained in:
Christian Werner 2026-06-20 18:46:17 +02:00
parent 63c3167d9f
commit dba7b5c43c

View File

@ -30,7 +30,7 @@
* confirmed-working reference listener (5 us). sd2iec / the 1571 ROM
* use a comparable few-microsecond debounce. Far shorter than a real IEC bit
* (tens of us), so it never smears valid data. */
#define IEC_DEBOUNCE_US 10
#define IEC_DEBOUNCE_US 5
/* Between-bytes minimum hold before the talker releases CLK for the next byte
* (Tbb). We simply wait for the next CLK transition; this is documentary. */