summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/dp8573.cpp
Commit message (Collapse)AuthorAgeFilesLines
* dp8573: minor changes (nw) Patrick Mackinlay2019-08-261-32/+36
| | | | | | | | * synchronize time after loading nvram * simplify read/write handlers * irq active low * there's no reset * pfail is an input (not implemented)
* 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
-indigo.cpp: Hooked up new DP8573 implementation. [Ryan Holtz]