mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-16 18:30:32 +00:00
Switches to correct non-value sentinel.
This commit is contained in:
parent
8f6b3feee1
commit
af1dc2d3b2
@ -208,7 +208,7 @@ void MFP68901::run_for(HalfCycles time) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
HalfCycles MFP68901::get_next_sequence_point() {
|
HalfCycles MFP68901::get_next_sequence_point() {
|
||||||
return HalfCycles(-1);
|
return HalfCycles::max();
|
||||||
}
|
}
|
||||||
|
|
||||||
// MARK: - Timers
|
// MARK: - Timers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user