summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/bq4847.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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().
* Fixed BQ4847 to always return 0 for its register 15; required for proper ↵ Michael Zapf2020-09-281-0/+2
| | | | chip detection.
* bq48x2: Derive clock chip from device_rtc_interface. Michael Zapf2020-06-201-1/+0
|
* bq4847: Derived from di_rtc, several fixes. Michael Zapf2020-06-091-146/+168
|
* bq48xx: Adding Benchmarq RTC chip emulations. Michael Zapf2020-04-141-0/+530