mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-28 22:29:36 +00:00
This is how flags writes are supposed to work, it seems.
This commit is contained in:
parent
1054793fd7
commit
de84758862
@ -85,7 +85,7 @@ template <class T> class MOS6522 {
|
|||||||
|
|
||||||
// Interrupt control
|
// Interrupt control
|
||||||
case 0xd:
|
case 0xd:
|
||||||
_registers.interrupt_flags = value; // TODO: really?
|
_registers.interrupt_flags &= ~value;
|
||||||
reevaluate_interrupts();
|
reevaluate_interrupts();
|
||||||
break;
|
break;
|
||||||
case 0xe:
|
case 0xe:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user