mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-19 19:16:34 +00:00
Attempts implementations of both ready and abort.
Which I think concludes the inputs?
This commit is contained in:
@@ -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
Reference in New Issue
Block a user