diff --git a/cpu.cpp b/cpu.cpp index 1609988..5f82fed 100644 --- a/cpu.cpp +++ b/cpu.cpp @@ -1703,10 +1703,8 @@ void cpu::trap(uint16_t vector, const int new_ipl, const bool is_interrupt) b->clearMMR1(); before_psw = getPSW(); - b->addToMMR1(-2, 6); before_pc = getPC(); - b->addToMMR1(-2, 6); // TODO set MMR2? }