1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-03 15:29:51 +00:00
CLK/Components/1770
2016-12-25 12:31:38 -05:00
..
1770.cpp Started implementing write sector on the 1770, immediately deciding it would be useful to have a callback for end-of-queued-data-written from disk controller. So had a go at implementing that, naively. More investigation required. 2016-12-25 12:31:38 -05:00
1770.hpp Deintegrated the busy flag and the interrupt request line, as the latter is reset by status reads. Which also means I can start reporting the WD INTRQ line status directly from the Microdisc. That appears to be correct, rather than honouring the Microdisc IRQ select there. 2016-12-06 21:16:29 -05:00