summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vcs_ctrl/trakball.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up miscellaneous stuff. Vas Crabb2024-10-311-0/+2
|
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-181-3/+3
| | | | | | | | | | | | 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.
* bus/vcs_ctrl/trakball.cpp: Fix comment AJR2024-10-021-1/+1
|
* vcs_ctrl: Add support for Atari CX22/CX80 Trak-Ball in native trackball mode ↵ as-tb-dev2024-10-021-0/+148
(#12722)