Commit 9125e4c
committed
Fix keyboard not handling reads half the time
This is due to two DTECs being deleted and respawned in the wrong order, swapping IDs every frame. This is not actually a problem for the R3 because the circuitry that checks the outputs of those DTECs has higher IDs than both of those DTECs, but it does not conform to the R3 bus specification, which manifests a problem with the bus adapter I'm building for the R4.1 parent 53fab00 commit 9125e4c
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1727 | 1727 | | |
1728 | 1728 | | |
1729 | 1729 | | |
| 1730 | + | |
| 1731 | + | |
1730 | 1732 | | |
1731 | 1733 | | |
1732 | 1734 | | |
| |||
0 commit comments