1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-23 03:32:32 +00:00

Predict Yamaha horizontal retrace interrupts.

This commit is contained in:
Thomas Harte 2023-01-30 21:33:47 -05:00
parent 492a170b20
commit 872b9e5021

View File

@ -1206,7 +1206,7 @@ HalfCycles TMS9918<personality>::get_next_sequence_point() const {
} }
if constexpr (is_yamaha_vdp(personality)) { 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 // If there's actually no interrupt upcoming, despite being enabled, either return