summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/dp8573.cpp
Commit message (Expand)AuthorAgeFilesLines
* RTC interface updates AJR2023-02-031-14/+9
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+2
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-271-6/+9
* 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
* dp8573: minor changes (nw) Patrick Mackinlay2019-08-261-32/+36
* dp8573: fix millisecond double increment (nw) Patrick Mackinlay2019-08-161-1/+0
* dp8573: don't clear ram on reset (nw) Patrick Mackinlay2019-08-061-3/+3
* srcclean and fixup (nw) Vas Crabb2018-11-251-1/+1
* dp8573: Turn off logging by default, nw mooglyguy2018-11-121-1/+1
* -dp8573.cpp: Added DP8573 Real-Time Clock emulation. [Ryan Holtz] mooglyguy2018-11-121-0/+355