mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-22 12:33:29 +00:00
Predict Yamaha horizontal retrace interrupts.
This commit is contained in:
parent
492a170b20
commit
872b9e5021
@ -1206,7 +1206,7 @@ HalfCycles TMS9918<personality>::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
|
||||
|
Loading…
Reference in New Issue
Block a user