clean-up
This commit is contained in:
parent
6542640512
commit
ffeef0080f
1 changed files with 1 additions and 2 deletions
3
cpu.cpp
3
cpu.cpp
|
@ -328,11 +328,10 @@ gam_rc_t cpu::getGAM(const uint8_t mode, const uint8_t reg, const bool word_mode
|
||||||
g.word_mode = word_mode; // word/byte
|
g.word_mode = word_mode; // word/byte
|
||||||
g.prev_mode = prev_mode; // run mode
|
g.prev_mode = prev_mode; // run mode
|
||||||
g.set = getBitPSW(11);
|
g.set = getBitPSW(11);
|
||||||
|
g.space = reg == 7 ? i_space : (b->get_use_data_space(psw >> 14) ? d_space : i_space);
|
||||||
|
|
||||||
uint16_t next_word = 0;
|
uint16_t next_word = 0;
|
||||||
|
|
||||||
g.space = reg == 7 ? i_space : (b->get_use_data_space(psw >> 14) ? d_space : i_space);
|
|
||||||
|
|
||||||
switch(mode) {
|
switch(mode) {
|
||||||
case 0: // 000
|
case 0: // 000
|
||||||
g.reg = reg;
|
g.reg = reg;
|
||||||
|
|
Loading…
Add table
Reference in a new issue