| Commit message (Expand) | Author | Age | Files | Lines |
| * | Miscellaneous cleanup. |  Vas Crabb | 2021-09-09 | 1 | -253/+214 |
| * | -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 |
| * | -Switch to building MAME as C++17. |  Vas Crabb | 2020-11-15 | 1 | -2/+2 |
| * | (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 | 1 | -7/+7 |
| * | Add Sun mouse port and hook it up to sun3, sun3x, sun4, and sun4c. |  Vas Crabb | 2018-09-17 | 1 | -2/+3 |
| * | Some cleanup on #3592 (nw) |  Vas Crabb | 2018-05-21 | 1 | -12/+12 |
| * | Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) |  wilbertpol | 2018-05-20 | 1 | -10/+12 |
| * | 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 |
| * | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 1 | -1/+1 |
| * | 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 | 1 | -4/+1 |
| * | get rid of mconfig trampoline in a few more devices, make handlers protected |  Vas Crabb | 2017-05-22 | 1 | -22/+11 |
| * | 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 | 1 | -41/+21 |
| * | fix some device validation errors, also fix uninitialised members in some dev... |  Vas Crabb | 2017-03-03 | 1 | -3/+3 |
| * | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -6/+7 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 1 | -0/+1 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -19/+19 |
| * | make buffered serial a mixin to promote reuse [Vas Crabb] |  Vas Crabb | 2016-07-30 | 1 | -117/+80 |
| * | keyboard improvements: [Vas Crabb: |  Vas Crabb | 2016-07-27 | 1 | -78/+56 |
| * | 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 | 1 | -3/+107 |
| * | sun keyboard improvements: [Vas Crabb] |  Vas Crabb | 2016-07-23 | 1 | -123/+133 |
| * | sun keyboard: add type5ukhle option, fix shift with -natural (not 100% reliab... |  Vas Crabb | 2016-07-23 | 1 | -91/+193 |
| * | sun keyboard: start with LEDs off (nw) |  Vas Crabb | 2016-07-23 | 1 | -0/+6 |
| * | sunkbd: split up HLE into proper type 3, type 4 and type 5, hook up sun3 fami... |  Vas Crabb | 2016-07-22 | 1 | -0/+1148 |