1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-21 02:17:08 +00:00

Adds a Qt timer class. Precision seems to be 'acceptable'.

This commit is contained in:
Thomas Harte
2020-05-31 23:39:08 -04:00
parent 73131735fa
commit d64b4fbc26
8 changed files with 124 additions and 23 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ class i8272 : public Storage::Disk::MFMController {
private:
// The bus handler, for interrupt and DMA-driven usage. [TODO]
BusHandler &bus_handler_;
BusHandler &bus_handler_;
std::unique_ptr<BusHandler> allocated_bus_handler_;
// Status registers.