From 872b9e50215a2ff49baa04c94891c35bc681b3ef Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 30 Jan 2023 21:33:47 -0500 Subject: [PATCH] Predict Yamaha horizontal retrace interrupts. --- Components/9918/Implementation/9918.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Components/9918/Implementation/9918.cpp b/Components/9918/Implementation/9918.cpp index ec1eb0705..ee7baec4a 100644 --- a/Components/9918/Implementation/9918.cpp +++ b/Components/9918/Implementation/9918.cpp @@ -1206,7 +1206,7 @@ HalfCycles TMS9918::get_next_sequence_point() const { } if constexpr (is_yamaha_vdp(personality)) { - // TODO: time to next retrace interrupt. + next_line_interrupt_row = this->line_interrupt_target_; } // If there's actually no interrupt upcoming, despite being enabled, either return