summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pc_kbd/pcat84.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* devices/bus: remove use of utf8.h hap2023-12-231-6/+4
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-2/+2
* Move UTF8_xxx string literal macros to new header in lib/util AJR2022-09-251-0/+2
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-211-5/+5
* mcs48: Removed MCFG, nw mooglyguy2018-12-081-10/+11
* use plural names for output finders when there are multiple outputs (#3595) wilbertpol2018-05-271-5/+5
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-3/+6
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-8/+8
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* pcat84: add backslash key (nw) cracyc2017-11-231-1/+1
* device_add_mconfig up to devices/bus/q* (nw) Ivan Vangelista2017-06-131-13/+2
* 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-6/+10
* mcs48: Convert ports to devcb (nw) AJR2017-05-061-16/+9
* Self-registering devices prep: Vas Crabb2017-02-271-2/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-6/+6
* required_ioport_array. (nw) Curt Coder2016-10-091-77/+16
* Created a tiny_rom_entry structure for the purposes of rom_entry declarations... Nathan Woods2016-08-061-2/+2
* reverting: Miodrag Milanovic2016-01-201-3/+3
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* modernize output_manager (nw) Miodrag Milanovic2016-01-101-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+641