1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00

Switches to correct non-value sentinel.

This commit is contained in:
Thomas Harte 2021-04-20 21:56:58 -04:00
parent 8f6b3feee1
commit af1dc2d3b2

View File

@ -208,7 +208,7 @@ void MFP68901::run_for(HalfCycles time) {
}
HalfCycles MFP68901::get_next_sequence_point() {
return HalfCycles(-1);
return HalfCycles::max();
}
// MARK: - Timers