summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vcs_ctrl/mouse.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.
* vcs_ctrl: Some fixes AJR2022-10-181-1/+1
| | | | | - Hook up trigger pin writes for currently unused callback - Invert analog ports for paddle controller
* c64 mouse: add note (nw) hap2019-05-131-5/+12
|
* c64: added mouse controller (nw) hap2019-05-131-0/+100