summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc/cart/click.cpp
Commit message (Collapse)AuthorAgeFilesLines
* bus/bbc/cart: Moved classes into anonymous namespace. Nigel Barnes2025-09-031-32/+28
|
* 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.
* bbcm: Added Slogger Click, Solidisk Mega 256, Peartree MR8000, Master Smart ↵ Nigel Barnes2019-11-061-0/+113
Cartridge devices.