summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/timekpr.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ds8874: move to video folder (led driver chip), hap8 days1-1/+2
* 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
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-3/+2
* Skeleton driver for 600 Cellular Activation Tester (#11225) MooglyGuy2023-05-131-3/+14
* RTC interface updates AJR2023-02-031-12/+13
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-4/+6
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-271-6/+8
* 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
* emumem: Simplify memory management. [O. Galibert] Olivier Galibert2020-11-021-1/+1
* Fix for building with visual studio 2019 (nw) smf-2019-10-261-4/+0
* (nw) Clean up the mess on master Vas Crabb2019-03-261-134/+130
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-130/+134
* srcclean (nw) Vas Crabb2019-02-241-1/+1
* magic numbers are bad, untested changes are worse (nw) Vas Crabb2019-02-231-9/+3
* timekpr.cpp : Remove unnecessary arguments in handlers cam9002019-02-201-129/+131
* timekpr: Fix watchdog delay setting (nw) Ted Green2018-11-141-4/+3
* -sbus: Fixed a minor typo in the description of the Artecon serial/parallel b... mooglyguy2018-09-161-3/+9
* -sun4: Fixed timekeeper type and fixed timekeeper behavior that could cause i... mooglyguy2018-09-161-0/+11
* MK48T12, correct size [smf] smf-2018-03-081-1/+1
* Cp Error. M48T08 doesn't have watchdog. (nw) Ted Green2017-06-231-3/+3
* M48T37 timekeeper: Add watchdog function. (nw) Ted Green2017-06-231-2/+59
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-14/+14
* Self-registering devices prep: Vas Crabb2017-02-271-6/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-14/+14
* -Added: Dallas DS1386-8K and DS1386-32K timekeepers (largely untested). [Ryan... therealmogminer@gmail.com2016-10-161-52/+19
* Get sun4_40 happy with SCSI therealmogminer@gmail.com2016-07-221-0/+16
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-18/+9
* Refix some of the this==NULL stuff therealmogminer@gmail.com2016-01-231-9/+5
* First round of this==NULL crash fixes therealmogminer@gmail.com2016-01-231-3/+7
* reverting: Miodrag Milanovic2016-01-201-6/+6
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-6/+6
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-2/+2
* clang-modernize part 3 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+437