summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ns32081.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* pc532: add floating-point unit Patrick Mackinlay2024-02-291-362/+515
* Revert "pc532: add floating-point unit" hap2024-02-281-515/+362
* pc532: add floating-point unit Patrick Mackinlay2024-02-281-362/+515
* ns32000: add support for ns32532 Patrick Mackinlay2024-02-151-3/+4
* ns32k: fix typo Patrick Mackinlay2024-02-111-2/+2
* ns32k: housekeeping Patrick Mackinlay2024-02-111-1/+1
* ns32081: fix sfsr instruction Patrick Mackinlay2024-01-111-1/+2
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-1/+1
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+0
* ns32081: invalid operations generate exceptions Patrick Mackinlay2022-07-181-0/+3
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* ns32000: add ns32332 Patrick Mackinlay2022-02-221-1/+1
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* ns32081: better fix for movif Patrick Mackinlay2020-10-101-2/+2
* ns32081: movif bug fixes Patrick Mackinlay2020-10-071-7/+14
* ns32081: new device Patrick Mackinlay2020-10-051-0/+630