summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sunkbd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some cleanup on #3592 (nw) Vas Crabb2018-05-212-13/+13
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-202-10/+13
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-152-0/+2
* Make "Keypad ," and "Keypad =" standard keys AJR2018-05-111-1/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* (nw) few more macros replaced with constructors Vas Crabb2018-05-071-5/+10
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-1/+1
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-9/+10
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-2/+2
* move devcb resolution to device_resolve_objects for RS232 and Sun keyboard po... Vas Crabb2018-03-042-1/+6
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* intellec4: implement imm4-22 program/data storage module Vas Crabb2017-07-151-1/+1
* Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: Vas Crabb2017-07-112-6/+1
* get rid of mconfig trampoline in a few more devices, make handlers protected Vas Crabb2017-05-222-24/+12
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-144-66/+43
* fix some device validation errors, also fix uninitialised members in some dev... Vas Crabb2017-03-031-3/+3
* sun3x.cpp: hook up keyboard Vas Crabb2017-03-012-3/+5
* Self-registering devices prep: Vas Crabb2017-02-272-7/+8
* Remove emu.h from headers (nw) Olivier Galibert2017-02-113-1/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-224-44/+44
* make buffered serial a mixin to promote reuse [Vas Crabb] Vas Crabb2016-07-302-127/+88
* keyboard improvements: [Vas Crabb: Vas Crabb2016-07-272-86/+69
* Keyboard/terminal improvements: [Vas Crabb] Vas Crabb2016-07-271-7/+7
* sun keyboard: add Type 5 Japan option type5jphle Vas Crabb2016-07-233-4/+124
* sun keyboard improvements: [Vas Crabb] Vas Crabb2016-07-233-172/+161
* sun keyboard: add type5ukhle option, fix shift with -natural (not 100% reliab... Vas Crabb2016-07-233-94/+222
* sun keyboard: start with LEDs off (nw) Vas Crabb2016-07-231-0/+6
* Add an emulated Sun keyboard to RS232 adaptor [Vas Crabb] Vas Crabb2016-07-221-3/+3
* sunkbd: split up HLE into proper type 3, type 4 and type 5, hook up sun3 fami... Vas Crabb2016-07-224-252/+876
* Fix bad keyboard mapping Vas Crabb2016-07-221-5/+5
* moar keyboard scancode layouts and notes (nw) Vas Crabb2016-07-211-5/+46
* SPARC keyboard: get rid of some annoying printfs, use constants [Vas Crabb] Vas Crabb2016-07-213-32/+28
* Make Sun keyboard port its own bus [Vas Crabb] Vas Crabb2016-07-214-0/+848