summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc/1mhzbus/beebsid.h
Commit message (Collapse)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. ↵ holub2024-09-271-2/+2
| | | | (#12822)
* (nw) Clean up the mess on master Vas Crabb2019-03-261-4/+4
| | | | | | | | | | | | | This effectively reverts b380514764cf857469bae61c11143a19f79a74c5 and c24473ddff715ecec2e258a6eb38960cf8c8e98e, restoring the state at 598cd5227223c3b04ca31f0dbc1981256d9ea3ff. Before pushing, please check that what you're about to push is sane. Check your local commit log and ensure there isn't anything out-of-place before pushing to mainline. When things like this happen, it wastes everyone's time. I really don't need this in a week when real work™ is busting my balls and I'm behind where I want to be with preparing for MAME release.
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-4/+4
| | | | | This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705.
* bus/bbc/1mhzbus, bus/bbc/tube, bus/electron, tube: Eliminate address_space ↵ AJR2019-02-251-4/+4
| | | | arguments from handlers (nw)
* bbc: Removed machine().device from bbc_fdc_slot_device and ↵ Nigel Barnes2018-09-171-0/+6
| | | | | | bbc_1mhzbus_slot_device, replaced with read/write handlers (nw) - Removed MCFG and added devcb3 in 1mhzbus, analogue, fdc, joyport, tube, userport devices.
* bbc_beebsid: Don't reset SID again (nw) Nigel Barnes2018-03-301-1/+0
|
* bbc: BeebSID slot device for the 1MHz bus. Nigel Barnes2017-08-241-0/+47