| Commit message (Expand) | Author | Age | Files | Lines |
* | pc_kbdc: Merge "PC KBDC" device with slot connector |  AJR | 2020-12-22 | 2 | -57/+9 |
* | pc_kbd/hle_mouse: correct typo |  Patrick Mackinlay | 2020-11-23 | 1 | -1/+1 |
* | Various buses and associated drivers: Simplify handler signatures (nw) |  AJR | 2020-05-21 | 4 | -8/+8 |
* | last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... |  Ivan Vangelista | 2020-05-21 | 14 | -63/+63 |
* | snes_ppu.cpp: reduce the number of save registrations by over a thousand (nw) |  Vas Crabb | 2019-12-11 | 1 | -3/+3 |
* | Spring cleaning: |  Vas Crabb | 2019-11-01 | 2 | -9/+7 |
* | geneve: Add PC KBD connector; allow for using XT keyboards in place of the cu... |  Michael Zapf | 2019-09-17 | 2 | -9/+14 |
* | pcat101: logging (nw) |  Patrick Mackinlay | 2019-08-01 | 1 | -0/+23 |
* | pcat101: working |  Patrick Mackinlay | 2019-06-04 | 2 | -7/+0 |
* | hle_mouse: minor fixes (nw) |  Patrick Mackinlay | 2019-05-31 | 1 | -2/+3 |
* | hle_mouse: high-level emulation of PS/2 mouse |  Patrick Mackinlay | 2019-05-31 | 4 | -0/+646 |
* | pcat101: housekeeping (nw) |  Patrick Mackinlay | 2019-05-16 | 2 | -14/+9 |
* | pcat101: connect matrix and ports |  Patrick Mackinlay | 2019-03-26 | 2 | -147/+203 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 4 | -67/+46 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 4 | -46/+67 |
* | pc_kbc: fix keyboard with pc/xt (nw) |  cracyc | 2019-03-14 | 1 | -13/+11 |
* | use logmacro.h instead of ad-hoc DBG_LOG macro (nw) |  Sergey Svishchev | 2019-02-12 | 2 | -37/+35 |
* | volt_reg: removed MCFG macro (nw) |  Ivan Vangelista | 2019-02-12 | 1 | -17/+0 |
* | Fixed regressions reported by Tafoid, nw |  mooglyguy | 2018-12-16 | 1 | -0/+9 |
* | mcs51.cpp: Removed MCFG. Various MACHINE_CONFIG removals. nw |  mooglyguy | 2018-12-09 | 4 | -24/+26 |
* | mcs48: Removed MCFG, nw |  mooglyguy | 2018-12-08 | 10 | -47/+52 |
* | vt100, ec1841, mc1502, poisk1, km035 and ms7004 keyboards: make Lua-friendly ... |  Sergey Svishchev | 2018-10-20 | 1 | -23/+43 |
* | pcat101: fix validation error (nw) |  Patrick Mackinlay | 2018-10-12 | 1 | -1/+1 |
* | ioports and output finders need initializing with an unsigned value, not an i... |  mooglyguy | 2018-10-11 | 1 | -5/+5 |
* | pcat101: skeleton for IBM Model M PC/AT and PS/2 keyboard |  Patrick Mackinlay | 2018-10-11 | 4 | -0/+303 |
* | Emulate PS/2 keyboard/mouse controller - same MCU as AT, but wired |  Vas Crabb | 2018-09-29 | 2 | -55/+52 |
* | pc_kbdc: devcb3 (nw) |  Patrick Mackinlay | 2018-09-20 | 1 | -0/+2 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -2/+2 |
* | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 2 | -2/+2 |
* | keytronic_pc3270: Correct INT0 line polarity (fixes keyboard error on tosh1000) |  AJR | 2018-06-03 | 1 | -5/+2 |
* | use plural names for output finders when there are multiple outputs (#3595) |  wilbertpol | 2018-05-27 | 2 | -6/+6 |
* | Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) |  wilbertpol | 2018-05-20 | 2 | -4/+8 |
* | pc_kbd/keytro: add shifted PORT_CHARs for use by Lua (nw) |  Sergey Svishchev | 2018-05-08 | 1 | -49/+49 |
* | Streamline machine configuration macros - everyone's a device edition. |  Vas Crabb | 2018-05-06 | 7 | -48/+48 |
* | Make MCFG_DEVICE_ADD and callable device types more flexible: |  Vas Crabb | 2018-05-04 | 2 | -15/+17 |
* | Sarayan made me do it. |  Vas Crabb | 2018-04-28 | 1 | -1/+1 |
* | Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... |  smf- | 2018-04-03 | 2 | -2/+2 |
* | Address maps macros removal, pass 1 [O. Galibert] |  Olivier Galibert | 2018-03-14 | 2 | -9/+12 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 2 | -21/+8 |
* | mcs51: Use callbacks for parallel ports (nw) |  AJR | 2018-02-27 | 3 | -18/+12 |
* | devices/bus: made some methods private now that it's possible (nw) |  Ivan Vangelista | 2018-02-14 | 3 | -31/+35 |
* | API change: Memory maps are now methods of the owner class [O. Galibert] |  Olivier Galibert | 2018-02-12 | 6 | -4/+8 |
* | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 3 | -3/+3 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 8 | -8/+8 |
* | pcat84: add backslash key (nw) |  cracyc | 2017-11-23 | 1 | -1/+1 |
* | device_add_mconfig up to devices/bus/q* (nw) |  Ivan Vangelista | 2017-06-13 | 14 | -162/+86 |
* | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 7 | -7/+7 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 17 | -187/+125 |
* | mcs48: Convert ports to devcb (nw) |  AJR | 2017-05-06 | 10 | -73/+42 |
* | fix some device validation errors, also fix uninitialised members in some dev... |  Vas Crabb | 2017-03-03 | 2 | -8/+35 |