| Commit message (Expand) | Author | Age | Files | Lines |
| * | Cleanup: |  Vas Crabb | 2024-11-25 | 1 | -3/+3 |
| * | bus/sunkbd/hlekbd.cpp: typo fix |  angelosa | 2024-10-28 | 1 | -1/+1 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 2 | -4/+4 |
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 2 | -7/+0 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 4 | -7/+7 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 2 | -15/+7 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 2 | -2/+2 |
| * | Miscellaneous cleanup. |  Vas Crabb | 2021-09-09 | 2 | -356/+221 |
| * | -Reworked device type definition macros a little and added more Doxygen. |  Vas Crabb | 2021-09-07 | 1 | -6/+6 |
| * | Fix most implicit fallthrough warnings from clang |  Vas Crabb | 2020-11-17 | 1 | -0/+1 |
| * | Remove some deprecated instantiations of static constexpr members (MSVC compl... |  Vas Crabb | 2020-11-15 | 1 | -7/+0 |
| * | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 2 | -4/+4 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -27/+5 |
| * | (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 |
| * | devices\bus: some more MACHINE_CONFIG removal (nw) |  Ivan Vangelista | 2019-02-10 | 1 | -4/+4 |
| * | (nw) misc cleanup: |  Vas Crabb | 2018-11-04 | 1 | -1/+0 |
| * | sun4c: Added support for full-width mem_mask on segment map writes, gets Auro... |  mooglyguy | 2018-09-29 | 1 | -0/+1 |
| * | (nw) fix stuff up: |  Vas Crabb | 2018-09-18 | 2 | -10/+10 |
| * | Add Sun mouse port and hook it up to sun3, sun3x, sun4, and sun4c. |  Vas Crabb | 2018-09-17 | 4 | -7/+123 |
| * | remove more MCFG_ (nw) |  Vas Crabb | 2018-07-07 | 1 | -5/+1 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -1/+1 |
| * | Some cleanup on #3592 (nw) |  Vas Crabb | 2018-05-21 | 2 | -13/+13 |
| * | Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) |  wilbertpol | 2018-05-20 | 2 | -10/+13 |
| * | More cleanup/streamlining of machine configuration and macros: |  Vas Crabb | 2018-05-15 | 2 | -0/+2 |
| * | Make "Keypad ," and "Keypad =" standard keys |  AJR | 2018-05-11 | 1 | -1/+1 |
| * | dsp16: fix condition mask in disassembler (nw) |  Vas Crabb | 2018-05-09 | 1 | -1/+1 |
| * | (nw) few more macros replaced with constructors |  Vas Crabb | 2018-05-07 | 1 | -5/+10 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -1/+1 |
| * | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 2 | -9/+10 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -2/+2 |
| * | move devcb resolution to device_resolve_objects for RS232 and Sun keyboard po... |  Vas Crabb | 2018-03-04 | 2 | -1/+6 |
| * | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -1/+1 |
| * | intellec4: implement imm4-22 program/data storage module |  Vas Crabb | 2017-07-15 | 1 | -1/+1 |
| * | Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: |  Vas Crabb | 2017-07-11 | 2 | -6/+1 |
| * | get rid of mconfig trampoline in a few more devices, make handlers protected |  Vas Crabb | 2017-05-22 | 2 | -24/+12 |
| * | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 1 | -1/+1 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 4 | -66/+43 |
| * | fix some device validation errors, also fix uninitialised members in some dev... |  Vas Crabb | 2017-03-03 | 1 | -3/+3 |
| * | sun3x.cpp: hook up keyboard |  Vas Crabb | 2017-03-01 | 2 | -3/+5 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 2 | -7/+8 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 3 | -1/+2 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 4 | -44/+44 |
| * | make buffered serial a mixin to promote reuse [Vas Crabb] |  Vas Crabb | 2016-07-30 | 2 | -127/+88 |
| * | keyboard improvements: [Vas Crabb: |  Vas Crabb | 2016-07-27 | 2 | -86/+69 |
| * | Keyboard/terminal improvements: [Vas Crabb] |  Vas Crabb | 2016-07-27 | 1 | -7/+7 |
| * | sun keyboard: add Type 5 Japan option type5jphle |  Vas Crabb | 2016-07-23 | 3 | -4/+124 |
| * | sun keyboard improvements: [Vas Crabb] |  Vas Crabb | 2016-07-23 | 3 | -172/+161 |
| * | sun keyboard: add type5ukhle option, fix shift with -natural (not 100% reliab... |  Vas Crabb | 2016-07-23 | 3 | -94/+222 |
| * | sun keyboard: start with LEDs off (nw) |  Vas Crabb | 2016-07-23 | 1 | -0/+6 |