summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pcf8583.cpp
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-2/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-4/+4
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-2/+2
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-9/+4
* srcclean in preparation for release Vas Crabb2022-05-221-1/+1
* i2cmem.cpp and derived devices: Only acknowledge correct I2C device-id. (#9630) Paul-Arnold2022-04-281-76/+80
* 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
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-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