| Commit message (Expand) | Author | Age | Files | Lines |
| * | 8530scc: retire legacy device |  Patrick Mackinlay | 2025-01-14 | 2 | -4/+4 |
| * | bus/interpro/keyboard/hle.h: fixed compile |  Ivan Vangelista | 2024-11-24 | 1 | -1/+1 |
| * | Cleanup: |  Vas Crabb | 2024-11-25 | 2 | -6/+6 |
| * | emu/ioport.h: Made syntax for configuring callbacks more consistent. |  Vas Crabb | 2024-10-18 | 1 | -5/+5 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 7 | -66/+66 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 4 | -18/+4 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 11 | -35/+35 |
| * | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 3 | -3/+0 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 3 | -16/+9 |
| * | Revert initialisation of device members in headers. |  Vas Crabb | 2022-04-03 | 3 | -59/+59 |
| * | init vars for coverity (bus/a-l) |  Robbbert | 2022-04-02 | 3 | -59/+59 |
| * | devices/*: Removed extra semicolons after function bodies in headers. (#9275) |  0kmg | 2022-02-06 | 1 | -11/+11 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 2 | -2/+2 |
| * | -Reworked device type definition macros a little and added more Doxygen. |  Vas Crabb | 2021-09-07 | 2 | -2/+2 |
| * | interpro: correct function signature |  Patrick Mackinlay | 2021-02-15 | 1 | -1/+1 |
| * | interpro: Coverity 315916 |  Robbbert | 2021-02-14 | 1 | -1/+2 |
| * | interpro: prevent some crashes |  Patrick Mackinlay | 2021-02-05 | 1 | -4/+4 |
| * | fix several genuine issues found by coverity |  Patrick Mackinlay | 2021-01-06 | 1 | -2/+2 |
| * | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 4 | -8/+8 |
| * | emumem: Simplify memory management. [O. Galibert] |  Olivier Galibert | 2020-11-02 | 1 | -2/+2 |
| * | finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) |  Ivan Vangelista | 2020-06-18 | 4 | -108/+108 |
| * | devices/bus/interpro/sr/gt.cpp, src/mame/machine/interpro_ioga.cpp: initializ... |  Ivan Vangelista | 2020-06-04 | 1 | -0/+1 |
| * | devices/bus: a few macro removals (nw) |  Ivan Vangelista | 2020-05-20 | 4 | -10/+10 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 5 | -23/+14 |
| * | Make devdelegate more like devcb for configuration. This is a |  Vas Crabb | 2019-10-26 | 3 | -28/+28 |
| * | bus/interpro: minor tidy (nw) |  Patrick Mackinlay | 2019-10-24 | 4 | -12/+11 |
| * | (nw) removed every remaining AM_ macro I could find in comments, but one in ... |  Ivan Vangelista | 2019-10-10 | 1 | -6/+6 |
| * | ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) |  AJR | 2019-08-15 | 1 | -5/+5 |
| * | bt45x: overlay for single channel devices (nw) |  Patrick Mackinlay | 2019-07-23 | 1 | -3/+3 |
| * | z80scc: Read/write handler cleanups (nw) |  AJR | 2019-06-12 | 2 | -3/+3 |
| * | interpro_kbd: housekeeping (nw) |  Patrick Mackinlay | 2019-05-18 | 3 | -6/+6 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 4 | -27/+14 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 4 | -14/+27 |
| * | bus/interpro/sr: Replace CPU finder with required_address_space (nw) |  AJR | 2019-02-26 | 2 | -21/+8 |
| * | screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... |  Ivan Vangelista | 2019-02-11 | 1 | -4/+4 |
| * | devices\bus: some more MACHINE_CONFIG removal (nw) |  Ivan Vangelista | 2019-02-10 | 1 | -2/+2 |
| * | mcs48: Removed MCFG, nw |  mooglyguy | 2018-12-08 | 2 | -13/+14 |
| * | tms32031.cpp: Removed MCFG. [Ryan Holtz] |  mooglyguy | 2018-12-07 | 1 | -48/+54 |
| * | interpro: disable the dsp instead (nw) |  Patrick Mackinlay | 2018-10-11 | 1 | -3/+6 |
| * | interpro: fix MT#07088 (nw) |  Patrick Mackinlay | 2018-10-11 | 2 | -5/+4 |
| * | Details, details (nw) |  Vas Crabb | 2018-09-01 | 1 | -7/+7 |
| * | z80scc.cpp, z80sio.cpp: deMCFGfied; 8530scc.cpp: removed macros which weren't... |  Ivan Vangelista | 2018-08-27 | 1 | -11/+11 |
| * | interpro: cleanup + more graphics (nw) |  Patrick Mackinlay | 2018-08-22 | 6 | -637/+892 |
| * | -ram_device: MCFG removal, nw |  mooglyguy | 2018-08-16 | 1 | -24/+7 |
| * | -bankdev: Remove MCFG, nw |  mooglyguy | 2018-08-15 | 1 | -5/+1 |
| * | remove more (nw) |  smf- | 2018-08-09 | 1 | -2/+2 |
| * | remove unused this (nw) |  smf- | 2018-08-09 | 1 | -2/+2 |
| * | Merge pull request #3834 from pmackinlay/keyboard |  R. Belmont | 2018-08-07 | 1 | -72/+72 |
| |\ |
|
| | * | interpro lle keyboard: expand mappings (nw) |  Patrick Mackinlay | 2018-08-07 | 1 | -72/+72 |
| * | | interpro: devcb3 goodness (nw) (#3737) |  Patrick Mackinlay | 2018-08-07 | 9 | -558/+480 |
| |/ |
|