1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-16 22:28:57 +00:00
CLK/Machines/Oric
2016-12-06 21:16:29 -05:00
..
Microdisc.cpp 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
Microdisc.hpp Implemented missing status bits (other than the index hole), and a head loading delay for the Microdisc. 2016-12-01 21:13:16 -05:00
Oric.cpp Switched the typer to postfix underscores. 2016-12-03 10:55:50 -05:00
Oric.hpp Ensured flag setting is atomic, removed duplication of interrupt request versus busy, found better names for the personality testers, unified delegate protocol. 2016-12-01 07:41:52 -05:00
Typer.cpp Made similar cleanings of the Electron and Vic. 2016-11-05 15:07:57 -04:00
Video.cpp Switched video to postfix underscores, for consistency. 2016-11-22 22:28:45 +08:00
Video.hpp Switched video to postfix underscores, for consistency. 2016-11-22 22:28:45 +08:00