mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-26 13:53:05 +01:00
NOT setting upper bits on PUSH PC, minor adjustments
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@189 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -553,8 +553,7 @@ int OpAritha(int op)
|
||||
|
||||
// EA calculation order defines how situations like suba.w (A0)+, A0 get handled.
|
||||
// different emus act differently in this situation, I couldn't fugure which is right behaviour.
|
||||
// This is Musashi's behaviour.
|
||||
if (type == 1)
|
||||
if (/*type == */1)
|
||||
{
|
||||
EaCalcReadNoSE(-1,0,sea,size,0x003f);
|
||||
EaCalcReadNoSE(type!=1?10:-1,11,dea,2,0x0e00);
|
||||
|
||||
Reference in New Issue
Block a user