summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/bq48x2.cpp (follow)
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-6/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-1/+1
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-6/+6
* - 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/+10
* Remove fileio.h from emu.h AJR2022-02-111-0/+2
* 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