summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pc_kbd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup, and adding escaped characters to comments. Vas Crabb2023-12-261-4/+4
* devices/bus: remove use of utf8.h hap2023-12-233-22/+16
* devices/bus: remove \xC2 and \xC3 from input defs hap2023-12-231-20/+20
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-3/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-0118-52/+52
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-234-8/+4
* Move UTF8_xxx string literal macros to new header in lib/util AJR2022-09-253-0/+6
* pc_kbd: Add emulation of Cherry G80-1500 keyboard, minus smartcard reader AJR2022-06-234-0/+380
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+2
* Revert initialisation of device members in headers. Vas Crabb2022-04-031-2/+2
* init vars for coverity (bus/l-w) Robbbert2022-04-021-2/+2
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-062-4/+4
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-2/+2
* 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