summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sunkbd/hlekbd.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into time-experiments2 Aaron Giles2021-09-101-253/+214
|\
| * Miscellaneous cleanup. Vas Crabb2021-09-091-253/+214
| * -Reworked device type definition macros a little and added more Doxygen. Vas Crabb2021-09-071-6/+6
* | Since I already had to touch all device_timer signatures, bite the bullet and... Aaron Giles2021-08-201-2/+2
* | Switch out attoseconds in favor of more abstract subseconds. Update everyone ... Aaron Giles2021-04-021-1/+1
* | Major timer object reshuffling. timer_expired_delegate wraps the various call... Aaron Giles2021-03-261-1/+1
* | Add scheduler object and accessor to device_t. Upgrade all 3 timer parameters... Aaron Giles2021-03-241-1/+1
|/
* Fix most implicit fallthrough warnings from clang Vas Crabb2020-11-171-0/+1
* -Switch to building MAME as C++17. Vas Crabb2020-11-151-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-4/+4
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-4/+4
* devices\bus: some more MACHINE_CONFIG removal (nw) Ivan Vangelista2019-02-101-4/+4
* (nw) misc cleanup: Vas Crabb2018-11-041-1/+0
* sun4c: Added support for full-width mem_mask on segment map writes, gets Auro... mooglyguy2018-09-291-0/+1
* (nw) fix stuff up: Vas Crabb2018-09-181-7/+7
* Add Sun mouse port and hook it up to sun3, sun3x, sun4, and sun4c. Vas Crabb2018-09-171-2/+3
* Some cleanup on #3592 (nw) Vas Crabb2018-05-211-12/+12
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-10/+12
* 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-1/+1
* 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-111-4/+1
* get rid of mconfig trampoline in a few more devices, make handlers protected Vas Crabb2017-05-221-22/+11
* 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-141-41/+21
* fix some device validation errors, also fix uninitialised members in some dev... Vas Crabb2017-03-031-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-6/+7
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-19/+19
* make buffered serial a mixin to promote reuse [Vas Crabb] Vas Crabb2016-07-301-117/+80
* keyboard improvements: [Vas Crabb: Vas Crabb2016-07-271-78/+56
* Keyboard/terminal improvements: [Vas Crabb] Vas Crabb2016-07-271-7/+7
* sun keyboard: add Type 5 Japan option type5jphle Vas Crabb2016-07-231-3/+107
* sun keyboard improvements: [Vas Crabb] Vas Crabb2016-07-231-123/+133
* sun keyboard: add type5ukhle option, fix shift with -natural (not 100% reliab... Vas Crabb2016-07-231-91/+193
* sun keyboard: start with LEDs off (nw) Vas Crabb2016-07-231-0/+6
* sunkbd: split up HLE into proper type 3, type 4 and type 5, hook up sun3 fami... Vas Crabb2016-07-221-0/+1148