summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mc146818.h
Commit message (Expand)AuthorAgeFilesLines
* sinclair/glukrs.cpp: Replaced custom RTC with verified KR512VI1/MC146818 (#13... holub2025-07-091-3/+3
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-4/+4
* mc146818: Split non-direct read and write handlers into more hardware-accurat... AJR2023-10-091-2/+6
* mc146818: add ds1397 variant Patrick Mackinlay2023-03-241-0/+18
* RTC interface updates AJR2023-02-031-7/+10
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-5/+4
* Use ioprocs classes instead of emu_file for device_nvram_interface's load and... AJR2022-02-271-2/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* mc146818: improve update in progress handling Patrick Mackinlay2021-03-251-3/+10
* mc146818: add square wave output Patrick Mackinlay2020-11-251-0/+3
* Add device emulation for DS17x85 series of MC146818-compatible RTCs with addi... AJR2019-08-141-14/+22
* (nw) Clean up the mess on master Vas Crabb2019-03-261-4/+4
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-4/+4
* am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... AJR2019-03-071-4/+4
* -mc146818: De-MCFG, nw mooglyguy2018-09-081-36/+6
* mc146818: support direct-access bus hookup method. [R. Belmont] arbee2018-07-151-0/+4
* devcb3 Vas Crabb2018-07-071-1/+3
* mc146818, ds1302, ds1386, ds2404: Eliminate customized MCFG_DEVICE_ADD macros... AJR2018-05-271-3/+0
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-2/+2
* Fix DS128X/DS1288X main frequency divider. The output frequency must be fixed... Jean-François DEL NERO2017-11-021-2/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-9/+11
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-4/+4
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* mc146818: fix irqs (nw) cracyc2016-05-011-2/+2
* Devfind revision phase 1, cleaning out some legacy stuff AJR2016-04-071-0/+2
* reverting: Miodrag Milanovic2016-01-201-2/+2
* 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-2/+2
* override part 1 (nw) Miodrag Milanovic2015-12-051-6/+6
* fix windows build and pcd clock (nw) cracyc2015-10-241-1/+5
* mc146818: 24/12 default setting (nw) cracyc2015-09-211-1/+5
* mc146818: optional binary default and epoch setting (nw) cracyc2015-09-201-2/+10
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+177