From af1dc2d3b2531b5d2a10868e4b05a502418954e4 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Tue, 20 Apr 2021 21:56:58 -0400 Subject: [PATCH] Switches to correct non-value sentinel. --- Components/68901/MFP68901.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Components/68901/MFP68901.cpp b/Components/68901/MFP68901.cpp index c44fa8883..c2f04d631 100644 --- a/Components/68901/MFP68901.cpp +++ b/Components/68901/MFP68901.cpp @@ -208,7 +208,7 @@ void MFP68901::run_for(HalfCycles time) { } HalfCycles MFP68901::get_next_sequence_point() { - return HalfCycles(-1); + return HalfCycles::max(); } // MARK: - Timers