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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user