summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ns32202.cpp
Commit message (Expand)AuthorAgeFilesLines
* ns32202: check interrupt status after in-service write Patrick Mackinlay2024-03-111-4/+14
* ns32202: improve i/o port emulation Patrick Mackinlay2024-02-151-33/+215
* ns32k: fix typo Patrick Mackinlay2024-02-111-2/+2
* ns32k: housekeeping Patrick Mackinlay2024-02-111-1/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-4/+0
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-3/+3
* ns32202: improve interrupt logic Patrick Mackinlay2022-03-041-54/+85
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-2/+2
* ns32202: fix syntax errors Patrick Mackinlay2021-07-281-3/+3
* ns32202: implement counter current values Patrick Mackinlay2021-07-281-3/+62
* Added helpers for 64-bit count leading zeroes/ones. Vas Crabb2021-06-131-4/+4
* ns32202: fix register masks Patrick Mackinlay2021-06-011-3/+3
* ns32202: fix interrupt masking Patrick Mackinlay2021-05-051-6/+6
* ns32202: Fix MSVC compile Aaron Giles2020-10-181-2/+2
* ns32202: new device (wip) Patrick Mackinlay2020-10-101-0/+698