From 1d5144b912ba7bae23dd8a47e94c0b4283ca7ba6 Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Fri, 4 Jun 2021 22:38:07 -0400 Subject: [PATCH] Correct no-interrupt signal. --- Components/9918/9918.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Components/9918/9918.cpp b/Components/9918/9918.cpp index b6f786b50..aef510c59 100644 --- a/Components/9918/9918.cpp +++ b/Components/9918/9918.cpp @@ -750,7 +750,7 @@ HalfCycles TMS9918::get_next_sequence_point() { if(next_line_interrupt_row == -1) { return generate_interrupts_ ? half_cycles_before_internal_cycles(time_until_frame_interrupt) : - HalfCycles(-1); + HalfCycles::max(); } // Figure out the number of internal cycles until the next line interrupt, which is the amount