summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/icm7170.cpp
Commit message (Expand)AuthorAgeFilesLines
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-4/+4
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-3/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-7/+5
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-271-5/+6
* Remove fileio.h from emu.h AJR2022-02-111-0/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* Fix most implicit fallthrough warnings from clang Vas Crabb2020-11-171-1/+1
* icm7170: make it tick and generate interrupts Patrick Mackinlay2020-08-101-5/+135
* icm7170: basic time keeping [R. Belmont] arbee2020-04-041-1/+53
* 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/+149