summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i8087.cpp
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-2/+0
* i8087: clang fix cracyc2023-01-091-11/+0
* i8087: fix fpu here too cracyc2023-01-091-22/+10
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-4/+2
* i8087: fsave resets the fpu cracyc2022-05-261-0/+1
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* various drivers: simplified some more handlers (nw) Ivan Vangelista2020-05-141-2/+2
* i386/i8087: add alias for fstp st(i) cracyc2020-04-051-0/+1
* use C++ library includes (nw) firewave2020-01-221-1/+1
* i386: round before checking for exceptions (nw) cracyc2019-12-301-8/+4
* i8087: apply relevant changes (nw) cracyc2019-12-301-13/+21
* i8087: save pointers in env (nw) cracyc2019-12-211-2/+22
* i386: use floatx80_scale for fscale (nw) cracyc2019-07-081-21/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-13/+1
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+13
* i8087: Replace memory interface with address space finder AJR2019-01-221-13/+1
* i8087: fix regression in Fanuc driver pending further investigation. [Andrey ... arbee2017-12-221-1/+1
* i8087: save state (nw) cracyc2017-12-171-0/+25
* Fix build (nw) AJR2017-12-161-0/+2
* i386: x87 bug fixes and FERR support [Andrey Merkulov] cracyc2017-12-161-0/+4725