summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/einstein/userport
Commit message (Expand)AuthorAgeFilesLines
* bus: Addressed unintuitive behavious in a dozen slot devices. Vas Crabb2026-03-232-7/+2
* Cleaned up boilerplate for more slot devices. Vas Crabb2026-03-231-6/+3
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-273-6/+6
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-3/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-012-3/+3
* another bunch of macro removals (nw) Ivan Vangelista2020-05-192-4/+4
* Spring cleaning: Vas Crabb2019-11-012-14/+5
* (nw) Clean up the mess on master Vas Crabb2019-03-261-16/+13
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-13/+16
* some more MCFG macros removal (nw) Ivan Vangelista2019-02-081-16/+13
* less space (nw) smf-2018-09-141-1/+1
* sp0256: Remove MCFG_ (nw) Nigel Barnes2018-07-101-4/+5
* devcb3 Vas Crabb2018-07-071-1/+1
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+1
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-1/+1
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-5/+6
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-3/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* einstein: Add support for mouse connected to the user port Dirk Best2017-11-013-0/+155
* einstein: Add bus interface for the user port and emulate speech cart Dirk Best2017-10-314-0/+351