summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/upd7004.cpp
Commit message (Expand)AuthorAgeFilesLines
* Since I already had to touch all device_timer signatures, bite the bullet and... Aaron Giles2021-08-201-1/+1
* Major timer object reshuffling. timer_expired_delegate wraps the various call... Aaron Giles2021-03-261-1/+1
* Add scheduler object and accessor to device_t. Upgrade all 3 timer parameters... Aaron Giles2021-03-241-1/+1
* devices/machine: simplified handlers for various devices (nw) Ivan Vangelista2020-03-241-2/+2
* (nw) whole lot less of { *this } Vas Crabb2020-02-051-4/+2
* srcclean (nw) Vas Crabb2019-06-231-3/+3
* New device: UPD7004 ADC Dirk Best2019-05-281-0/+171