| Commit message (Expand) | Author | Age | Files | Lines |
| * | ds8874: move to video folder (led driver chip), |  hap | 2024-04-11 | 1 | -1/+1 |
| * | 8042kbdc: Unbundle keyboard from device and make it optional |  AJR | 2023-10-10 | 1 | -0/+6 |
| * | mc146818: Split non-direct read and write handlers into more hardware-accurat... |  AJR | 2023-10-09 | 1 | -1/+2 |
| * | Formats-related #include cleanup |  AJR | 2023-10-08 | 1 | -1/+0 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -11/+0 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 1 | -26/+26 |
| * | Initial work towards i440bx chipset (#11037) |  Angelo Salese | 2023-05-21 | 1 | -5/+23 |
| * | jaleco/tetrisp2.cpp: Added dumps of additional games and improved video emula... |  Vas Crabb | 2023-03-21 | 1 | -2/+3 |
| * | fdc37c93x.cpp: update to support ps/2 mouse |  yz70s | 2021-08-25 | 1 | -0/+2 |
| * | fdc37c93x.cpp: actually read logical device registers |  yz70s | 2021-08-07 | 1 | -15/+4 |
| * | fdc37c93x.cpp: use ns16550 instead of ns16450 for rs232 as per datasheet |  yz70s | 2021-08-03 | 1 | -2/+2 |
| * | fdc37c93x.cpp: add placeholder routine for mouse irq |  yz70s | 2021-07-29 | 1 | -0/+7 |
| * | floppies: Turn the format arrays into function calls. Create a default "mfm"... |  Olivier Galibert | 2021-03-02 | 1 | -4/+5 |
| * | various devices and drivers: removed superfluous semicolons (nw) |  Ivan Vangelista | 2020-06-29 | 1 | -3/+3 |
| * | Reduce dependencies on pc_fdc_interface and machine/pc_fdc.h (nw) |  AJR | 2020-04-07 | 1 | -1/+1 |
| * | devices/machine: simplified more handlers (nw) |  Ivan Vangelista | 2020-03-25 | 1 | -58/+18 |
| * | devices/machine: simplified handlers for various devices (nw) |  Ivan Vangelista | 2020-03-24 | 1 | -2/+2 |
| * | fdc37c93x.cpp: use enum constants and not explicit values (nw) |  yz70s | 2019-11-29 | 1 | -37/+38 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 1 | -2/+2 |
| * | devices/machine/ins8250.cpp : Simplify handlers, Use shorter type values |  cam900 | 2019-03-30 | 1 | -4/+4 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -2/+2 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -2/+2 |
| * | am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... |  AJR | 2019-03-07 | 1 | -2/+2 |
| * | upd765: Add (mostly standard) clocks to all devices in the family (nw) |  AJR | 2018-12-13 | 1 | -1/+1 |
| * | pc_lpt, upd765: removed MCFG macros (nw) |  Ivan Vangelista | 2018-09-28 | 1 | -9/+10 |
| * | -mc146818: De-MCFG, nw |  mooglyguy | 2018-09-08 | 1 | -3/+4 |
| * | -in8250: De-MCFG, nw |  mooglyguy | 2018-09-04 | 1 | -10/+13 |
| * | fdc37c93x.cpp: remove rs232 ports and put them in pcipc (nw) |  yz70s | 2018-08-10 | 1 | -30/+110 |
| * | fdc37c93x.cpp: add serial ports (nw) |  yz70s | 2018-08-08 | 1 | -0/+153 |
| * | -8042kbdc, mb89352, mc6854: Removed legacy devcb accessors. [Ryan Holtz] |  mooglyguy | 2018-07-31 | 1 | -5/+5 |
| * | fdc37c93x.cpp: put memory mappings in remap routine (nw) |  yz70s | 2018-06-15 | 1 | -5/+16 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -11/+11 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -7/+7 |
| * | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 1 | -6/+7 |
| * | (nw) Fixed validation. |  Robbbert | 2018-04-27 | 1 | -1/+1 |
| * | New device, SMSC FDC37C93x Plug and Play Compatible Ultra I/O Controller ! [S... |  yz70s | 2018-04-27 | 1 | -0/+782 |