mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
Fixed simple but deadly typo in previous update.
This commit is contained in:
parent
837d59500a
commit
847b927e8d
@ -1576,7 +1576,7 @@ static int i960_execute(int cycles)
|
|||||||
case 2: t2f = ceil(t1f); break;
|
case 2: t2f = ceil(t1f); break;
|
||||||
case 3: t2f = t1f; break;
|
case 3: t2f = t1f; break;
|
||||||
}
|
}
|
||||||
set_rif(opcode, (INT32)t2f);
|
set_ri(opcode, (INT32)t2f);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 0x2: // cvtzri
|
case 0x2: // cvtzri
|
||||||
|
Loading…
Reference in New Issue
Block a user