mirror of
https://github.com/holub/mame
synced 2025-05-25 23:35:26 +03:00
68040: Teach fsave to pee on the correct side of the tree [O. Galibert]
This commit is contained in:
parent
7e5ba6d041
commit
19f9947d9f
@ -1901,7 +1901,7 @@ void m68040_fpu_op1(m68ki_cpu_core *m68k)
|
|||||||
|
|
||||||
case 5: // (D16, An)
|
case 5: // (D16, An)
|
||||||
addr = EA_AY_DI_16(m68k);
|
addr = EA_AY_DI_16(m68k);
|
||||||
m68040_do_fsave(m68k, addr, -1, 0);
|
m68040_do_fsave(m68k, addr, -1, 1);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 7: //
|
case 7: //
|
||||||
|
Loading…
Reference in New Issue
Block a user