mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 19:18:06 +00:00
08c03a5de4
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
3 lines
101 B
Makefile
3 lines
101 B
Makefile
obj-y += translate.o op_helper.o helper.o cpu.o fpu_helper.o
|
|
obj-y += softfloat.o
|
|
obj-y += unicorn.o
|