This website requires JavaScript.
Explore
Help
Sign In
mirrors-yuzu-emu
/
unicorn
Watch
1
Star
0
Fork
You've already forked unicorn
0
mirror of
https://github.com/yuzu-emu/unicorn
synced
2024-11-24 21:38:20 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
4dc5f80683
unicorn
/
qemu
/
target
/
m68k
/
Makefile.objs
4 lines
101 B
Makefile
Raw
Normal View
History
Unescape
Escape
target-m68k: move FPU helpers to fpu_helper.c Backports commit c88f8107b14456d514b00571b0675cb532e82cad from qemu
2018-03-03 20:03:02 +00:00
obj-y
+=
translate.o op_helper.o helper.o cpu.o fpu_helper.o
target/m68k: add fmod/frem Using a local m68k floatx80_mod() [copied from previous: Written by Andreas Grabher for Previous, NeXT Computer Emulator.] The quotient byte of the FPSR is updated with the result of the operation. Backports commit 591596b77a1872d0652e666271ca055e57ea1e21 from qemu
2018-03-09 06:25:32 +00:00
obj-y
+=
softfloat.o
import
2015-08-21 07:04:50 +00:00
obj-y
+=
unicorn.o
Reference in a new issue
Copy permalink