mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-05 08:26:28 +00:00
Made a quick first attempt at all-the-way-through tape wiring for the Vic.
This commit is contained in:
@@ -178,6 +178,7 @@ template <class T> class MOS6522 {
|
||||
_registers.interrupt_flags |= port ? InterruptFlag::CB1ActiveEdge : InterruptFlag::CA1ActiveEdge;
|
||||
reevaluate_interrupts();
|
||||
}
|
||||
_control_inputs[port].line_one = value;
|
||||
break;
|
||||
|
||||
case Line::Two:
|
||||
|
Reference in New Issue
Block a user