mirror of
https://github.com/holub/mame
synced 2025-10-07 09:25:34 +03:00
i960: guess, pretty unlikely that cosr opcode uses sine ... (nw)
This commit is contained in:
parent
9b2a16c12f
commit
4f68f47d3a
@ -1436,7 +1436,7 @@ void i960_cpu_device::execute_op(UINT32 opcode)
|
||||
case 0xd: // cosr
|
||||
m_icount -= 406;
|
||||
t1f = get_1_rif(opcode);
|
||||
set_rif(opcode, sin(t1f));
|
||||
set_rif(opcode, cos(t1f));
|
||||
break;
|
||||
|
||||
case 0xe: // tanr
|
||||
|
Loading…
Reference in New Issue
Block a user