mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-29 12:50:28 +00:00
Correct no-interrupt signal.
This commit is contained in:
parent
deff91e460
commit
1d5144b912
@ -750,7 +750,7 @@ HalfCycles TMS9918::get_next_sequence_point() {
|
|||||||
if(next_line_interrupt_row == -1) {
|
if(next_line_interrupt_row == -1) {
|
||||||
return generate_interrupts_ ?
|
return generate_interrupts_ ?
|
||||||
half_cycles_before_internal_cycles(time_until_frame_interrupt) :
|
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
|
// Figure out the number of internal cycles until the next line interrupt, which is the amount
|
||||||
|
Loading…
Reference in New Issue
Block a user