summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/ds1386.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add adjust_periodic() to persistent_timer. Update obvious situations where it... Aaron Giles2021-09-111-1/+1
* Since I already had to touch all device_timer signatures, bite the bullet and... Aaron Giles2021-08-201-2/+2
* Major timer object reshuffling. timer_expired_delegate wraps the various call... Aaron Giles2021-03-261-1/+1
* Add scheduler object and accessor to device_t. Upgrade all 3 timer parameters... Aaron Giles2021-03-241-1/+1
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-1/+1
* devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-251-2/+2
* ds1386: Make initialization of RTC registers from system time actually work; ... AJR2019-06-051-32/+22
* indy_indigo2.cpp: Downgrade Indigo2 to DS1286 (nw) AJR2019-06-051-2/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+6
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* srcclean (nw) Vas Crabb2016-10-231-13/+13
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-19/+19
* -Added: Dallas DS1386-8K and DS1386-32K timekeepers (largely untested). [Ryan... therealmogminer@gmail.com2016-10-161-0/+594