summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/amiga/keyboard
Commit message (Expand)AuthorAgeFilesLines
* -emu/dislot.cpp: Cleaned up interface. Vas Crabb2026-03-221-4/+1
* srcclean and cleanup Vas Crabb2024-11-241-3/+3
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-182-9/+9
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-272-6/+6
* emu/ioport.h: Got rid of [DECLARE_]CUSTOM_INPUT_MEMBR - it's just obfuscation... Vas Crabb2024-09-161-1/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-5/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-016-16/+16
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+0
* -tools/srcclean.cpp: Use the same rules for character literals and strings in... Vas Crabb2023-03-142-562/+562
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-4/+4
* Miscellaneous cleanup. Vas Crabb2021-09-092-278/+211
* -Reworked device type definition macros a little and added more Doxygen. Vas Crabb2021-09-072-6/+6
* Allow devices to specify a parent for the purpose of searching for ROMs. Vas Crabb2021-09-062-11/+89
* -Switch to building MAME as C++17. Vas Crabb2020-11-156-12/+12
* another bunch of READ* / WRITE* macros removal (nw) Ivan Vangelista2020-05-204-14/+14
* Fix for UI Paste with the Default Serial Terminal (#6648) Frank Palazzolo2020-05-061-1/+0
* With permission from Dirk Best, apply 3-clause BSD license to common devices ... Vas Crabb2020-04-132-4/+4
* removed more dummy_space() calls (nw) smf-2020-04-021-1/+1
* Spring cleaning: Vas Crabb2019-11-012-5/+5
* src/devices: Replace output().set_value with output finders (nw) AJR2019-10-304-2/+10
* mw8080.cpp: add explosion lamps to internal artwork for seawolf (nw) Vas Crabb2019-10-112-9/+10
* PORT_CUSTOM simplification (nw) AJR2019-09-141-7/+7
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-3/+3
* -keyboard/a1200, changela, goldnpkr, m68705prg, mexico86, pipeline, pitnrun, ... mooglyguy2018-12-142-12/+12
* amiga keyboard: add some comments to break up the mass of code (nw) Vas Crabb2018-08-241-0/+40
* a2000: add keyboard reset circuit Vas Crabb2018-08-232-22/+20
* Amiga keyboards: tie up loose ends: Vas Crabb2018-08-235-82/+312
* Amiga keyboard overhaul: Vas Crabb2018-08-2310-832/+1102
* more notes on purported A1200 keyboard program, add compact mode as a config ... Vas Crabb2018-08-182-2/+50
* add note about C-A-A behaviour on A1200 keyboard (nw) Vas Crabb2018-08-151-0/+9
* add notes about other A2000 keyboard variants (nw) Vas Crabb2018-08-151-2/+12
* amiga: fill in some more gaps in the keyboard story Vas Crabb2018-08-155-28/+238
* amiga: add German variant of Amiga 2000 keyboard Vas Crabb2018-08-153-3/+104
* amiga: add support for Amiga 2000 keyboard with 8039 and external ROM manufac... Vas Crabb2018-08-156-4/+486
* devcb3 Vas Crabb2018-07-071-3/+3
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-10/+10
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-062-8/+8
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-14/+15
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-1/+1
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-16/+17
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-11/+6
* Grammar police (nw) Olivier Galibert2018-02-241-1/+1
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-141-17/+19
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-3/+4
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-232-3/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-172-2/+2
* natural keyboard: prefer lower shift states, eliminate O(n) lookup Vas Crabb2017-09-051-39/+35
* finally got rid of machine_mconfig_additions (nw) Ivan Vangelista2017-06-141-5/+5
* change some more device_mconfig_additions to device_add_mconfig (nw) Vas Crabb2017-05-234-27/+16
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-222-2/+2