mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-27 00:30:26 +00:00
Reenables interrupts.
This commit is contained in:
parent
26ad760904
commit
7b164de6fd
@ -1047,8 +1047,8 @@ class ConcreteMachine:
|
||||
|
||||
void update_interrupts() {
|
||||
// Update the interrupt line.
|
||||
// TODO: are there other interrupt sources?
|
||||
// m65816_.set_irq_line(video_.last_valid()->get_interrupt_line() || sound_glu_.get_interrupt_line());
|
||||
// TODO: add ADB controller as event source.
|
||||
m65816_.set_irq_line(video_.last_valid()->get_interrupt_line() || sound_glu_.get_interrupt_line());
|
||||
}
|
||||
|
||||
// MARK: - Input.
|
||||
|
Loading…
x
Reference in New Issue
Block a user