summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/sms_ctrl/teamplayer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-181-1/+1
| | | | | | | | | | | | You now use FUNC or NAME to configure port field callbacks, like you would when configuring other kinds of callbacks. This has a number of benefits: * No need to remember different syntax for port field callbacks, and more approachable for new contributors. * May use function templates with multiple arugments using NAME((&...)) syntax without resorting to another layer of macros. * May use non-member functions on the odd chance it's useful. * More natural syntax for referring to member functions.
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. ↵ holub2024-09-271-4/+4
| | | | (#12822)
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit ↵ MooglyGuy2023-06-011-2/+2
| | | | function signatures. (#11283) [Ryan Holtz]
* -bus/sms_ctrl: Better 4-player adaptor and mouse emulation: Vas Crabb2022-12-171-26/+95
| | | | | | | * Latch and reset mouse axis counts on first falling TR edge while selected. * Added mouse support to 4-player adaptor. * Fixed a bug when reading control pad buttons with 4-player adaptor.
* bus/sms_ctrl: Added support for Sega mouse and four-player adaptor. Vas Crabb2022-12-161-0/+487