summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ns32082.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ns32082: fix level two page table validity bug Patrick Mackinlay2024-03-111-1/+4
|
* pc532: add floating-point unit Patrick Mackinlay2024-02-291-35/+23
| | | | | | * ns32381: add new device * ns32k: refactor slave interface * ns32k: fix format 9 instruction decoding
* Revert "pc532: add floating-point unit" hap2024-02-281-23/+35
| | | | This reverts commit ca431df745f99606e130b96390bfeb2c38aa236e.
* pc532: add floating-point unit Patrick Mackinlay2024-02-281-35/+23
| | | | | | * ns32381: add new device * ns32k: refactor slave interface * ns32k: fix format 9 instruction decoding
* ns32000: add support for ns32532 Patrick Mackinlay2024-02-151-28/+9
| | | | | * refactor slave interfaces * add crude /rdy emulation
* ns32k: fix typo Patrick Mackinlay2024-02-111-3/+3
|
* ns32k: housekeeping Patrick Mackinlay2024-02-111-1/+1
|
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+0
| | | | | * Converted various logging patterns to use logmacro.h consistently. * Removed redefinitions of LOG_GENERAL. * Use LOGMASKED in more places.
* ns32082: correct rdval/wrval logic Patrick Mackinlay2022-08-121-3/+11
| | | | * don't clear translation error status unless a new error is generated
* ns32000: add ns32332 Patrick Mackinlay2022-02-221-0/+1
|
* ns32082: implement program flow trace support Patrick Mackinlay2021-07-281-2/+32
|
* ns32082: remove obsolete comment Patrick Mackinlay2021-07-231-5/+0
|
* ns32082: new device Patrick Mackinlay2021-06-071-0/+492