summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/interpro/keyboard
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up boilerplate for more slot devices. Vas Crabb2026-03-231-4/+1
* bus/interpro/keyboard/hle.h: fixed compile Ivan Vangelista2024-11-241-1/+1
* Cleanup: Vas Crabb2024-11-252-6/+6
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-273-12/+12
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-1/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-016-11/+11
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+0
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-042-13/+6
* Revert initialisation of device members in headers. Vas Crabb2022-04-031-6/+6
* init vars for coverity (bus/a-l) Robbbert2022-04-021-6/+6
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-262-2/+2
* -Reworked device type definition macros a little and added more Doxygen. Vas Crabb2021-09-072-2/+2
* -Switch to building MAME as C++17. Vas Crabb2020-11-154-8/+8
* devices/bus: a few macro removals (nw) Ivan Vangelista2020-05-202-8/+8
* Spring cleaning: Vas Crabb2019-11-012-5/+5
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-5/+5
* interpro_kbd: housekeeping (nw) Patrick Mackinlay2019-05-183-6/+6
* (nw) Clean up the mess on master Vas Crabb2019-03-261-4/+4
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-4/+4
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-4/+4
* mcs48: Removed MCFG, nw mooglyguy2018-12-082-13/+14
* -bankdev: Remove MCFG, nw mooglyguy2018-08-151-5/+1
* Merge pull request #3834 from pmackinlay/keyboard R. Belmont2018-08-071-72/+72
|\
| * interpro lle keyboard: expand mappings (nw) Patrick Mackinlay2018-08-071-72/+72
* | interpro: devcb3 goodness (nw) (#3737) Patrick Mackinlay2018-08-072-38/+21
|/
* devcb3 Vas Crabb2018-07-071-1/+1
* interpro: CLIX boots (on the ip2000) (#3730) Patrick Mackinlay2018-07-051-27/+27
* interpro: lle keyboard working (#3608) Patrick Mackinlay2018-05-252-143/+425
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-0/+1
* interpro: lle keyboard wip checkpoint (nw) Patrick Mackinlay2018-05-143-25/+184
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-092-2/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-062-3/+3
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-5/+6
* interpro: skeleton for keyboard lle (nw) Patrick Mackinlay2018-04-145-12/+247
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-2/+2
* interpro: graphics improvements (#3263) Patrick Mackinlay2018-02-232-22/+34
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* interpro: expansion bus/slots and keyboard Patrick Mackinlay2017-10-234-0/+712