summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/vt100_kbd.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* mame/machine: simplified some handlers (nw) Ivan Vangelista2020-04-231-1/+1
* devices/machine: simplified more handlers (nw) Ivan Vangelista2020-03-251-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-4/+4
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-4/+4
* vt100, ms6102: Caps Lock is physically toggled AJR2019-02-161-4/+4
* vt100, ec1841, mc1502, poisk1, km035 and ms7004 keyboards: make Lua-friendly ... Sergey Svishchev2018-10-201-91/+91
* ay31015: Remove MCFG_ macros (these were really ugly ones); default input clo... AJR2018-08-101-10/+11
* ripple_counter: Finish devcb3 conversion (nw) AJR2018-08-011-3/+3
* Make "Keypad ," and "Keypad =" standard keys AJR2018-05-111-1/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-4/+4
* Separate MS7002 keyboard emulation; use Cyrillic key names and JCUKEN layout AJR2018-04-241-4/+213
* vt100_kbd: Use output finders (nw) AJR2018-04-041-14/+19
* vt100_kbd: Fix for last fix (nw) AJR2018-03-171-6/+13
* vt100_kbd.cpp: Minor points (nw) AJR2018-03-151-1/+4
* vt100_kbd: Reverse local/line LEDs (nw) AJR2018-03-111-4/+4
* vt100_kbd: Quote and comma keys got mixed up somehow (nw) AJR2018-03-101-2/+2
* vt100_kbd: Rewrite as UART-based serial device AJR2018-03-091-53/+87
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* vt100: Split out keyboard as separate device (nw) AJR2018-01-021-0/+282