1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-02 20:30:00 +00:00

Attempts implementations of both ready and abort.

Which I think concludes the inputs?
This commit is contained in:
Thomas Harte 2020-10-15 20:46:18 -04:00
parent c0a1c34012
commit dfda2adf0d
2 changed files with 789 additions and 753 deletions

View File

@ -35,6 +35,7 @@ class ProcessorBase: protected ProcessorStorage {
inline void set_nmi_line(bool);
inline void set_reset_line(bool);
inline void set_abort_line(bool);
inline bool get_is_resetting() const;
void set_value_of_register(Register r, uint16_t value);
inline bool is_jammed() const;

File diff suppressed because it is too large Load Diff