summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc/joyport
Commit message (Expand)AuthorAgeFilesLines
* -emu/dislot.cpp: Cleaned up interface. Vas Crabb2026-03-221-4/+1
* machine/upd7002.cpp: Replaced custom delegates with devcb. Nigel Barnes2025-09-132-5/+5
* bus/bbc/joyport: Moved classes into anonymous namespace. Nigel Barnes2025-09-024-159/+80
* 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-4/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-2/+2
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-042-3/+4
* bus/bbc/joyport: Added the Master Compact mouse. Nigel Barnes2022-02-275-15/+245
* Fix MT07756 (ROM sets incorrectly being reported as missing) by partially rev... Vas Crabb2020-09-251-2/+2
* bus/bbc/joyport: CB lines are bi-directional. Nigel Barnes2020-09-232-7/+34
* Spring cleaning: Vas Crabb2019-11-012-32/+7
* (nw) Clean up the mess on master Vas Crabb2019-03-264-10/+10
* Revert "conflict resolution (nw)" andreasnaive2019-03-254-10/+10
* bus/bbc/joyport, bus/bbc/userport: Simplify read/write handlers (nw) AJR2019-03-124-10/+10
* bbc: Removed machine().device from bbc_fdc_slot_device and bbc_1mhzbus_slot_d... Nigel Barnes2018-09-172-30/+15
* devcb3 Vas Crabb2018-07-071-2/+2
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-042-5/+6
* bbcmc: Improved joyport slot interface (nw) Nigel Barnes2018-03-204-24/+54
* (nw) don't get hit by the bus - remove unnecessary reset calls, improve error... Vas Crabb2018-01-272-5/+16
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-144-19/+19
* Self-registering devices prep: Vas Crabb2017-02-272-2/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-114-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-224-14/+14
* bbc: added joyport slot device to Master Compact, defaulting to joystick Nigel Barnes2016-09-234-0/+341