mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-21 17:16:44 +00:00
Switches drives to using floats for time counting.
Hopefully to eliminate a lot of unnecessary `Time` work; inaccuracies should still be within tolerable range.
This commit is contained in:
@@ -353,7 +353,7 @@ void IWM::run_for(const Cycles cycles) {
|
||||
}
|
||||
}
|
||||
|
||||
void IWM::process_event(const Storage::Disk::Track::Event &event) {
|
||||
void IWM::process_event(const Storage::Disk::Drive::Event &event) {
|
||||
switch(event.type) {
|
||||
case Storage::Disk::Track::Event::IndexHole: return;
|
||||
case Storage::Disk::Track::Event::FluxTransition:
|
||||
|
||||
Reference in New Issue
Block a user