no SP update in MMR1 for M.P.?
This commit is contained in:
parent
bdfc8a53db
commit
74f3a4d949
1 changed files with 0 additions and 4 deletions
4
cpu.cpp
4
cpu.cpp
|
@ -1311,9 +1311,6 @@ bool cpu::single_operand_instructions(const uint16_t instr)
|
|||
|
||||
// put on current stack
|
||||
pushStack(v);
|
||||
|
||||
b->addToMMR1(-2, 6);
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
|
@ -1322,7 +1319,6 @@ bool cpu::single_operand_instructions(const uint16_t instr)
|
|||
|
||||
// retrieve word from '15/14'-stack
|
||||
uint16_t v = popStack();
|
||||
b->addToMMR1(2, 6);
|
||||
|
||||
bool set_flags = true;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue