mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-25 16:31:42 +00:00
Flip meaning of INT1 input read.
This commit is contained in:
parent
337fd15dc0
commit
a4c011e3c0
@ -381,7 +381,7 @@ template <bool has_disk_controller, bool is_6mhz> class ConcreteMachine:
|
|||||||
|
|
||||||
case 0xb4:
|
case 0xb4:
|
||||||
*cycle.value =
|
*cycle.value =
|
||||||
(nick_->get_interrupt_line() ? 0x00 : 0x10) |
|
(nick_->get_interrupt_line() ? 0x10 : 0x00) |
|
||||||
dave_timer_->get_divider_state() |
|
dave_timer_->get_divider_state() |
|
||||||
interrupt_state_;
|
interrupt_state_;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user