summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ns32081.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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