summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/pcf8573.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove void *ptr parameter from emu_timer, timer_device and all related ↵ AJR2022-01-261-1/+1
| | | | callbacks
* accomm: Added PCF8573 RTC. Nigel Barnes2020-12-041-0/+356
- Added RTC interrupt, fixes TIME function. - Realigned video handling with the Electron.