summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pcf8583.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add adjust_periodic() to persistent_timer. Update obvious situations where it... Aaron Giles2021-09-111-1/+1
* Since I already had to touch all device_timer signatures, bite the bullet and... Aaron Giles2021-08-201-2/+2
* 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
* pcf8583: Reimplemented I2C protocol, and added clock and alarm modes. Nigel Barnes2020-12-251-109/+295
* srcclean and manual fixup (nw) Vas Crabb2018-08-261-6/+6
* -pcf8583: Added rudimentary Philips PCF8583 RTC emulation, based on the PCF85... Ryan Holtz2018-08-201-0/+235