summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/bq4847.cpp
Commit message (Expand)AuthorAgeFilesLines
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-3/+3
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-271-6/+6
* Remove fileio.h from emu.h AJR2022-02-111-0/+2
* srcclean, remove a vestigial thing, and a little cleanup Vas Crabb2021-12-261-15/+15
* BQ4847: added BQ4845 device type which uses an external crystal, added wdo ou... smf-2021-12-231-281/+241
* Fixed BQ4847 to always return 0 for its register 15; required for proper chip... Michael Zapf2020-09-281-0/+2
* 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