mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
ns32000: Fix EXIT
This commit is contained in:
parent
61fb20463b
commit
928771a35a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user