summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx/ctrl/mouse.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. ↵ holub2024-09-271-2/+2
| | | | (#12822)
* msx: add magic key dongle hap2024-04-081-1/+1
|
* -fujitsu/fmtowns.cpp: Use MSX controller slots for pad ports. Vas Crabb2022-11-261-7/+34
| | | | -bus/msx/ctrl: Added 2-button and 6-button FM Towns pads.
* msx.cpp: Made the general purpose ports (joystick/mouse) a slot device. (#10579) wilbertpol2022-11-241-0/+93
* Also moved msx slot devices to subfolders.