summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/icm7170.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+2
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-271-2/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* icm7170: make it tick and generate interrupts Patrick Mackinlay2020-08-101-0/+1
* icm7170: basic time keeping [R. Belmont] arbee2020-04-041-0/+2
* devices/machine: simplified handlers for various devices (nw) Ivan Vangelista2020-03-241-2/+2
* Added ICM7170 real-time clock device. [R. Belmont] arbee2020-03-221-0/+85