1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-25 11:17:26 +00:00

Add a clock to the 6522s, enable interrupts.

This commit is contained in:
Thomas Harte
2024-02-14 22:01:03 -05:00
parent 07c11e8268
commit 1e877c7563
4 changed files with 52 additions and 4 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ class IRQDelegatePortHandler: public PortHandler {
/// Sets the delegate that will receive notification of changes in the interrupt line.
void set_interrupt_delegate(Delegate *delegate);
/// Overrides PortHandler::set_interrupt_status, notifying the delegate if one is set.
/// Overrides @c PortHandler::set_interrupt_status, notifying the delegate if one is set.
void set_interrupt_status(bool new_status);
private: