| Commit message (Expand) | Author | Age | Files | Lines |
| * | -emu/dislot.cpp: Cleaned up interface. |  Vas Crabb | 2026-03-22 | 1 | -4/+1 |
| * | srcclean and cleanup |  Vas Crabb | 2024-11-24 | 1 | -3/+3 |
| * | emu/ioport.h: Made syntax for configuring callbacks more consistent. |  Vas Crabb | 2024-10-18 | 2 | -9/+9 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 2 | -6/+6 |
| * | emu/ioport.h: Got rid of [DECLARE_]CUSTOM_INPUT_MEMBR - it's just obfuscation... |  Vas Crabb | 2024-09-16 | 1 | -1/+1 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -5/+0 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 6 | -16/+16 |
| * | Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] |  MooglyGuy | 2023-05-23 | 1 | -1/+0 |
| * | -tools/srcclean.cpp: Use the same rules for character literals and strings in... |  Vas Crabb | 2023-03-14 | 2 | -562/+562 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -4/+4 |
| * | Miscellaneous cleanup. |  Vas Crabb | 2021-09-09 | 2 | -278/+211 |
| * | -Reworked device type definition macros a little and added more Doxygen. |  Vas Crabb | 2021-09-07 | 2 | -6/+6 |
| * | Allow devices to specify a parent for the purpose of searching for ROMs. |  Vas Crabb | 2021-09-06 | 2 | -11/+89 |
| * | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 6 | -12/+12 |
| * | another bunch of READ* / WRITE* macros removal (nw) |  Ivan Vangelista | 2020-05-20 | 4 | -14/+14 |
| * | Fix for UI Paste with the Default Serial Terminal (#6648) |  Frank Palazzolo | 2020-05-06 | 1 | -1/+0 |
| * | With permission from Dirk Best, apply 3-clause BSD license to common devices ... |  Vas Crabb | 2020-04-13 | 2 | -4/+4 |
| * | removed more dummy_space() calls (nw) |  smf- | 2020-04-02 | 1 | -1/+1 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -5/+5 |
| * | src/devices: Replace output().set_value with output finders (nw) |  AJR | 2019-10-30 | 4 | -2/+10 |
| * | mw8080.cpp: add explosion lamps to internal artwork for seawolf (nw) |  Vas Crabb | 2019-10-11 | 2 | -9/+10 |
| * | PORT_CUSTOM simplification (nw) |  AJR | 2019-09-14 | 1 | -7/+7 |
| * | ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) |  AJR | 2019-08-15 | 1 | -3/+3 |
| * | -keyboard/a1200, changela, goldnpkr, m68705prg, mexico86, pipeline, pitnrun, ... |  mooglyguy | 2018-12-14 | 2 | -12/+12 |
| * | amiga keyboard: add some comments to break up the mass of code (nw) |  Vas Crabb | 2018-08-24 | 1 | -0/+40 |
| * | a2000: add keyboard reset circuit |  Vas Crabb | 2018-08-23 | 2 | -22/+20 |
| * | Amiga keyboards: tie up loose ends: |  Vas Crabb | 2018-08-23 | 5 | -82/+312 |
| * | Amiga keyboard overhaul: |  Vas Crabb | 2018-08-23 | 10 | -832/+1102 |
| * | more notes on purported A1200 keyboard program, add compact mode as a config ... |  Vas Crabb | 2018-08-18 | 2 | -2/+50 |
| * | add note about C-A-A behaviour on A1200 keyboard (nw) |  Vas Crabb | 2018-08-15 | 1 | -0/+9 |
| * | add notes about other A2000 keyboard variants (nw) |  Vas Crabb | 2018-08-15 | 1 | -2/+12 |
| * | amiga: fill in some more gaps in the keyboard story |  Vas Crabb | 2018-08-15 | 5 | -28/+238 |
| * | amiga: add German variant of Amiga 2000 keyboard |  Vas Crabb | 2018-08-15 | 3 | -3/+104 |
| * | amiga: add support for Amiga 2000 keyboard with 8039 and external ROM manufac... |  Vas Crabb | 2018-08-15 | 6 | -4/+486 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -3/+3 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -10/+10 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 2 | -8/+8 |
| * | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 2 | -14/+15 |
| * | Restrict ROM labels to a filesystem- and shell-safe subset of printable |  Vas Crabb | 2018-03-18 | 1 | -1/+1 |
| * | Address maps macros removal, pass 1 [O. Galibert] |  Olivier Galibert | 2018-03-14 | 1 | -16/+17 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -11/+6 |
| * | Grammar police (nw) |  Olivier Galibert | 2018-02-24 | 1 | -1/+1 |
| * | devices/bus: made some methods private now that it's possible (nw) |  Ivan Vangelista | 2018-02-14 | 1 | -17/+19 |
| * | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 2 | -3/+4 |
| * | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 2 | -3/+3 |
| * | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 2 | -2/+2 |
| * | natural keyboard: prefer lower shift states, eliminate O(n) lookup |  Vas Crabb | 2017-09-05 | 1 | -39/+35 |
| * | finally got rid of machine_mconfig_additions (nw) |  Ivan Vangelista | 2017-06-14 | 1 | -5/+5 |
| * | change some more device_mconfig_additions to device_add_mconfig (nw) |  Vas Crabb | 2017-05-23 | 4 | -27/+16 |
| * | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 2 | -2/+2 |