summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pc_kbd (follow)
Commit message (Expand)AuthorAgeFilesLines
* pc_kbdc: Merge "PC KBDC" device with slot connector AJR2020-12-222-57/+9
* pc_kbd/hle_mouse: correct typo Patrick Mackinlay2020-11-231-1/+1
* Various buses and associated drivers: Simplify handler signatures (nw) AJR2020-05-214-8/+8
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-2114-63/+63
* snes_ppu.cpp: reduce the number of save registrations by over a thousand (nw) Vas Crabb2019-12-111-3/+3
* Spring cleaning: Vas Crabb2019-11-012-9/+7
* geneve: Add PC KBD connector; allow for using XT keyboards in place of the cu... Michael Zapf2019-09-172-9/+14
* pcat101: logging (nw) Patrick Mackinlay2019-08-011-0/+23
* pcat101: working Patrick Mackinlay2019-06-042-7/+0
* hle_mouse: minor fixes (nw) Patrick Mackinlay2019-05-311-2/+3
* hle_mouse: high-level emulation of PS/2 mouse Patrick Mackinlay2019-05-314-0/+646
* pcat101: housekeeping (nw) Patrick Mackinlay2019-05-162-14/+9
* pcat101: connect matrix and ports Patrick Mackinlay2019-03-262-147/+203
* (nw) Clean up the mess on master Vas Crabb2019-03-264-67/+46
* Revert "conflict resolution (nw)" andreasnaive2019-03-254-46/+67
* pc_kbc: fix keyboard with pc/xt (nw) cracyc2019-03-141-13/+11
* use logmacro.h instead of ad-hoc DBG_LOG macro (nw) Sergey Svishchev2019-02-122-37/+35
* volt_reg: removed MCFG macro (nw) Ivan Vangelista2019-02-121-17/+0
* Fixed regressions reported by Tafoid, nw mooglyguy2018-12-161-0/+9
* mcs51.cpp: Removed MCFG. Various MACHINE_CONFIG removals. nw mooglyguy2018-12-094-24/+26
* mcs48: Removed MCFG, nw mooglyguy2018-12-0810-47/+52
* vt100, ec1841, mc1502, poisk1, km035 and ms7004 keyboards: make Lua-friendly ... Sergey Svishchev2018-10-201-23/+43
* pcat101: fix validation error (nw) Patrick Mackinlay2018-10-121-1/+1
* ioports and output finders need initializing with an unsigned value, not an i... mooglyguy2018-10-111-5/+5
* pcat101: skeleton for IBM Model M PC/AT and PS/2 keyboard Patrick Mackinlay2018-10-114-0/+303
* Emulate PS/2 keyboard/mouse controller - same MCU as AT, but wired Vas Crabb2018-09-292-55/+52
* pc_kbdc: devcb3 (nw) Patrick Mackinlay2018-09-201-0/+2
* devcb3 Vas Crabb2018-07-071-2/+2
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-082-2/+2
* keytronic_pc3270: Correct INT0 line polarity (fixes keyboard error on tosh1000) AJR2018-06-031-5/+2
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-272-6/+6
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-202-4/+8
* pc_kbd/keytro: add shifted PORT_CHARs for use by Lua (nw) Sergey Svishchev2018-05-081-49/+49
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-067-48/+48
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-15/+17
* Sarayan made me do it. Vas Crabb2018-04-281-1/+1
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-032-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-142-9/+12
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-21/+8
* mcs51: Use callbacks for parallel ports (nw) AJR2018-02-273-18/+12
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-143-31/+35
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-126-4/+8
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-233-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-178-8/+8
* pcat84: add backslash key (nw) cracyc2017-11-231-1/+1
* device_add_mconfig up to devices/bus/q* (nw) Ivan Vangelista2017-06-1314-162/+86
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-227-7/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1417-187/+125
* mcs48: Convert ports to devcb (nw) AJR2017-05-0610-73/+42
* fix some device validation errors, also fix uninitialised members in some dev... Vas Crabb2017-03-032-8/+35