summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/bq48x2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add adjust_periodic() to persistent_timer. Update obvious situations where ↵ Aaron Giles2021-09-111-4/+4
| | | | it can be used. Convert a few drivers from timer devices to plain timers to avoid adding adjust_persistent() to the timer device as well.
* Use the device-provided timer_alloc instead of reaching around to the ↵ Aaron Giles2021-03-251-3/+3
| | | | scheduler. Also change machine().scheduler().time() calls to just machine().time().
* bq48x2: Derive clock chip from device_rtc_interface. Michael Zapf2020-06-201-55/+62
|
* bq48xx: Adding Benchmarq RTC chip emulations. Michael Zapf2020-04-141-0/+551