ns32000: Fix EXIT

This commit is contained in:
AJR 2020-09-08 16:10:08 -04:00
parent 61fb20463b
commit 928771a35a

View File

@ -769,7 +769,7 @@ void ns32000_device::execute_run()
}
}
SP = m_fp;
m_fp = space(0).read_word_unaligned(SP);
m_fp = space(0).read_dword_unaligned(SP);
SP += 4;
}
m_pc += bytes;