1
0
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:
Thomas Harte
2019-05-08 12:48:29 -04:00
parent 254132b83d
commit 4367459cf2
2 changed files with 63 additions and 36 deletions

View File

@@ -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();
};