summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/vt100_kbd.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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