| Commit message (Expand) | Author | Age | Files | Lines |
| * | -emu/dislot.cpp: Cleaned up interface. |  Vas Crabb | 2026-03-22 | 1 | -4/+1 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 9 | -23/+23 |
| * | mc146818: Split non-direct read and write handlers into more hardware-accurat... |  AJR | 2023-10-09 | 2 | -12/+8 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -2/+1 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 4 | -30/+30 |
| * | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 4 | -23/+18 |
| * | i82371ab.cpp: convert to logmacro, fix log writes |  angelosa | 2022-04-15 | 1 | -9/+25 |
| * | Revert initialisation of device members in headers. |  Vas Crabb | 2022-04-03 | 2 | -8/+8 |
| * | init vars for coverity (bus/l-w) |  Robbbert | 2022-04-02 | 1 | -1/+1 |
| * | init vars for coverity (bus/a-l) |  Robbbert | 2022-04-02 | 1 | -7/+7 |
| * | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 2 | -4/+4 |
| * | pc_kbdc: Merge "PC KBDC" device with slot connector |  AJR | 2020-12-22 | 1 | -5/+4 |
| * | emumem: Simplify memory management. [O. Galibert] |  Olivier Galibert | 2020-11-02 | 1 | -3/+1 |
| * | Pruning of redundant #includes located in src/devices/bus/* (nw) |  Scott Stone | 2020-07-10 | 1 | -1/+0 |
| * | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 6 | -50/+50 |
| * | drivers starting with m, n and o: removed read* and write* macros (nw) |  Ivan Vangelista | 2020-06-12 | 1 | -2/+2 |
| * | drivers starting with a and b: finished removing READ/WRITE macros (nw) |  Ivan Vangelista | 2020-06-05 | 2 | -12/+12 |
| * | i82439tx.cpp: initiliaze a couple more variables to fix assert in devnoclear ... |  Ivan Vangelista | 2020-05-31 | 1 | -0/+2 |
| * | last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... |  Ivan Vangelista | 2020-05-21 | 2 | -30/+30 |
| * | another bunch of READ* / WRITE* macros removal (nw) |  Ivan Vangelista | 2020-05-20 | 2 | -8/+8 |
| * | pci.cpp: fixed 'Fatal error: install_ram_generic: In range cdcdcdcc-9b9b9b98 ... |  Ivan Vangelista | 2020-04-06 | 1 | -0/+2 |
| * | srcclean, manual adjustments (nw) |  Vas Crabb | 2020-01-26 | 2 | -2/+2 |
| * | Change #include location (nw) |  yz70s | 2019-12-22 | 2 | -1/+1 |
| * | Corrections to legacy pci (nw) |  yz70s | 2019-12-22 | 2 | -9/+8 |
| * | atpci.cpp: update usage of device finders and remove hardcoded cpu tags in ch... |  yz70s | 2019-12-22 | 6 | -15/+16 |
| * | bebox.cpp: use finder for vga device (nw) |  yz70s | 2019-12-22 | 1 | -1/+2 |
| * | bebox.cpp: remove device not found errors (nw) |  yz70s | 2019-12-22 | 1 | -1/+2 |
| * | Remove unwanted changes (nw) |  yz70s | 2019-12-22 | 1 | -1/+1 |
| * | Substitute some cases of deprecated tag lookups with device finders (nw) |  yz70s | 2019-12-21 | 11 | -23/+31 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -6/+6 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 2 | -18/+18 |
| * | Move IDE devices into bus/ata (nw) (#5756) |  ajrhacker | 2019-10-23 | 1 | -1/+1 |
| * | -core: Removed almost all MCFG defines, and removed all remaining MACHINE_CON... |  MooglyGuy | 2019-07-02 | 1 | -6/+0 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 5 | -49/+37 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 5 | -37/+49 |
| * | am9513, am9517a, am9519, at_keybc, cs4031, ds128x, mc141618, wd7600: Simplify... |  AJR | 2019-03-07 | 1 | -8/+8 |
| * | bus\lpci\pci.h: removed unused MCFG macros (nw) |  Ivan Vangelista | 2019-02-16 | 1 | -16/+0 |
| * | volt_reg: removed MCFG macro (nw) |  Ivan Vangelista | 2019-02-12 | 1 | -9/+10 |
| * | devices\bus: few less MCFG macros (nw) |  Ivan Vangelista | 2019-02-01 | 2 | -11/+3 |
| * | isa: Modernize device configuration (nw) |  AJR | 2019-01-25 | 2 | -5/+16 |
| * | Fixed regressions reported by Tafoid, nw |  mooglyguy | 2018-12-16 | 1 | -0/+9 |
| * | isa8, isa16: Replace MCFG_ macros with devcb3 (nw) |  AJR | 2018-11-05 | 1 | -22/+23 |
| * | Renamed flipendian -> swapendian, as I spent minutes trying to find the funct... |  mooglyguy | 2018-11-05 | 1 | -4/+4 |
| * | Emulate PS/2 keyboard/mouse controller - same MCU as AT, but wired |  Vas Crabb | 2018-09-29 | 1 | -7/+7 |
| * | space, space, space, space, space, space, space, space, mem_mask (nw) |  smf- | 2018-09-23 | 1 | -3/+3 |
| * | -mc146818: De-MCFG, nw |  mooglyguy | 2018-09-08 | 1 | -3/+3 |
| * | i2cmem,i7220,i80130,i8087,i8212,i8214,i82371sb,i8243: Removed MCFG, nw |  mooglyguy | 2018-08-29 | 1 | -8/+2 |
| * | i82371sb.cpp: add interrupt input lines (nw) |  yz70s | 2018-08-21 | 1 | -4/+4 |
| * | -amigafdc, at29x, at45dbxx, at_keybc, ataintf, atmel_arm_aic, pci-ide: MCFG r... |  mooglyguy | 2018-08-15 | 1 | -12/+13 |
| * | -abcbus/hdc, abcbus/lux21056, abcbus/lux4105, zorro/a590:, cbmiec/cmdhd, econ... |  mooglyguy | 2018-07-30 | 1 | -1/+1 |