| Commit message (Expand) | Author | Age | Files | Lines |
| * | sinclair/glukrs.cpp: Replaced custom RTC with verified KR512VI1/MC146818 (#13... |  holub | 2025-07-09 | 1 | -3/+3 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 1 | -4/+4 |
| * | mc146818: Split non-direct read and write handlers into more hardware-accurat... |  AJR | 2023-10-09 | 1 | -2/+6 |
| * | mc146818: add ds1397 variant |  Patrick Mackinlay | 2023-03-24 | 1 | -0/+18 |
| * | RTC interface updates |  AJR | 2023-02-03 | 1 | -7/+10 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -5/+4 |
| * | Use ioprocs classes instead of emu_file for device_nvram_interface's load and... |  AJR | 2022-02-27 | 1 | -2/+2 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
| * | mc146818: improve update in progress handling |  Patrick Mackinlay | 2021-03-25 | 1 | -3/+10 |
| * | mc146818: add square wave output |  Patrick Mackinlay | 2020-11-25 | 1 | -0/+3 |
| * | Add device emulation for DS17x85 series of MC146818-compatible RTCs with addi... |  AJR | 2019-08-14 | 1 | -14/+22 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -4/+4 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -4/+4 |
| * | am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... |  AJR | 2019-03-07 | 1 | -4/+4 |
| * | -mc146818: De-MCFG, nw |  mooglyguy | 2018-09-08 | 1 | -36/+6 |
| * | mc146818: support direct-access bus hookup method. [R. Belmont] |  arbee | 2018-07-15 | 1 | -0/+4 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -1/+3 |
| * | mc146818, ds1302, ds1386, ds2404: Eliminate customized MCFG_DEVICE_ADD macros... |  AJR | 2018-05-27 | 1 | -3/+0 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -2/+2 |
| * | Fix DS128X/DS1288X main frequency divider. The output frequency must be fixed... |  Jean-François DEL NERO | 2017-11-02 | 1 | -2/+1 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -9/+11 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 1 | -1/+0 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -4/+4 |
| * | dynamic_buffer is just std::vector<UINT8> (nw) |  Miodrag Milanovic | 2016-10-21 | 1 | -1/+1 |
| * | mc146818: fix irqs (nw) |  cracyc | 2016-05-01 | 1 | -2/+2 |
| * | Devfind revision phase 1, cleaning out some legacy stuff |  AJR | 2016-04-07 | 1 | -0/+2 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -2/+2 |
| * | Revert "rest of device parameters to std::string (nw)" |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | rest of device parameters to std::string (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -2/+2 |
| * | override part 1 (nw) |  Miodrag Milanovic | 2015-12-05 | 1 | -6/+6 |
| * | fix windows build and pcd clock (nw) |  cracyc | 2015-10-24 | 1 | -1/+5 |
| * | mc146818: 24/12 default setting (nw) |  cracyc | 2015-09-21 | 1 | -1/+5 |
| * | mc146818: optional binary default and epoch setting (nw) |  cracyc | 2015-09-20 | 1 | -2/+10 |
| * | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 1 | -0/+177 |