summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/mackbd
Commit message (Expand)AuthorAgeFilesLines
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-182-7/+7
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-1/+1
* emu/ioport.h: Got rid of [DECLARE_]CUSTOM_INPUT_MEMBR - it's just obfuscation... Vas Crabb2024-09-162-5/+5
* -namco/sweetland4.cpp: Changed short name of Tairyo-Daiko 337 Byoshi to bette... Vas Crabb2024-05-161-3/+1
* -casio/fp1100.cpp: Fixed key labels and default assignments. Vas Crabb2024-05-154-1/+90
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-172-7/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-014-13/+13
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+0
* misc/homdata.cpp, konami/thunderx.cpp: Cleaned up a little. Vas Crabb2023-03-192-31/+30
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+2
* Fix clang warnings about declaring template instantiation extern after the in... Vas Crabb2021-09-151-3/+5
* Moved a few slot devices into anonymous namespaces, getting more stuff out of... Vas Crabb2021-09-141-0/+3
* Allow devices to specify a parent for the purpose of searching for ROMs. Vas Crabb2021-09-062-0/+14
* -machine/x68k_kbd.cpp: Modernised Unicode in strings. Vas Crabb2020-07-241-1/+1
* -bus/mackbd: Added French and Japanese Mac Plus keyboards, and more notes. Vas Crabb2020-07-024-75/+264
* bus/mackbd: Silence debug logging when M0110A keyboard ensures bus pins aren'... Vas Crabb2020-07-011-0/+7
* bus/mackbd: Added more notes, including a scan code table. Vas Crabb2020-07-013-11/+111
* bus/mackbd: Added M0120P keypad, updated notes. Vas Crabb2020-07-014-11/+52
* mackbd: Added M0110T Italian QZERTY keyboard and updated notes. Vas Crabb2020-07-014-31/+108
* mackbd: Add note about needing dumps of GI PIC keyboards Vas Crabb2020-07-011-2/+3
* mac.cpp: Removed 128k/512k/512ke/Plus keyboard code - those machines were mov... Vas Crabb2020-07-011-1/+1
* Slotified Mac 128k/512k/512ke/Plus keyboard port. Vas Crabb2020-07-016-0/+1279