summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pc_kbd (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-142-9/+12
* destaticify initializations (nw) (#3289) wilbertpol2018-03-042-21/+8
* mcs51: Use callbacks for parallel ports (nw) AJR2018-02-273-18/+12
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-143-31/+35
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-126-4/+8
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-233-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-178-8/+8
* pcat84: add backslash key (nw) cracyc2017-11-231-1/+1
* device_add_mconfig up to devices/bus/q* (nw) Ivan Vangelista2017-06-1314-162/+86
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-227-7/+7
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1417-187/+125
* mcs48: Convert ports to devcb (nw) AJR2017-05-0610-73/+42
* fix some device validation errors, also fix uninitialised members in some dev... Vas Crabb2017-03-032-8/+35
* Self-registering devices prep: Vas Crabb2017-02-278-11/+11
* Remove emu.h from headers (nw) Olivier Galibert2017-02-1111-6/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2216-58/+58
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
* required_ioport_array. (nw) Curt Coder2016-10-096-206/+42
* multiple keyboard devices: use required_ioport_array, take 2 (nw) Sergey Svishchev2016-08-252-51/+3
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-0614-16/+16
* Revert software-installed slot/image options when changing software AJR2016-04-041-1/+0
* reverting: Miodrag Milanovic2016-01-2016-43/+43
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-202-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-162-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-1616-43/+43
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-3/+3
* override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-065-10/+10
* override part 1 (nw) Miodrag Milanovic2015-12-058-45/+45
* clang-modernize part 2 Miodrag Milanovic2015-12-041-3/+3
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-1/+1
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-145-7/+8
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-089-0/+0
* Cleanups and version bumpmame0166 Miodrag Milanovic2015-09-301-1/+1
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1318-0/+4630