mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-05 08:26:28 +00:00
Takes a first go at handshake and pulse modes.
This commit is contained in:
@@ -113,6 +113,8 @@ template <class T> class MOS6522: public MOS6522Storage {
|
||||
void do_phase2();
|
||||
T &bus_handler_;
|
||||
|
||||
void access(int address);
|
||||
|
||||
uint8_t get_port_input(Port port, uint8_t output_mask, uint8_t output);
|
||||
inline void reevaluate_interrupts();
|
||||
};
|
||||
|
Reference in New Issue
Block a user