source layout
This commit is contained in:
parent
d8912d66f4
commit
0336c0c66c
1 changed files with 3 additions and 3 deletions
6
bus.h
6
bus.h
|
@ -110,11 +110,11 @@ public:
|
||||||
|
|
||||||
uint16_t get_console_leds() { return console_leds; }
|
uint16_t get_console_leds() { return console_leds; }
|
||||||
|
|
||||||
void add_cpu(cpu *const c) { this -> c = c; }
|
void add_cpu(cpu *const c) { this -> c = c; }
|
||||||
void add_tm11(tm_11 *tm11) { this -> tm11 = tm11; }
|
void add_tm11(tm_11 *tm11) { this -> tm11 = tm11; }
|
||||||
void add_rk05(rk05 *rk05_) { this -> rk05_ = rk05_; }
|
void add_rk05(rk05 *rk05_) { this -> rk05_ = rk05_; }
|
||||||
void add_rl02(rl02 *rl02_) { this -> rl02_ = rl02_; }
|
void add_rl02(rl02 *rl02_) { this -> rl02_ = rl02_; }
|
||||||
void add_tty(tty *tty_) { this -> tty_ = tty_; }
|
void add_tty(tty *tty_) { this -> tty_ = tty_; }
|
||||||
|
|
||||||
cpu *getCpu() { return this->c; }
|
cpu *getCpu() { return this->c; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue