summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/multibus/multibus.cpp
Commit message (Collapse)AuthorAgeFilesLines
* multibus: fixed regression on isbc202 (#13594) fulivi2025-06-041-0/+1
|
* multibus: fix listxml crash Patrick Mackinlay2025-02-111-1/+2
|
* multibus: restore bus/slot structural flexibility Patrick Mackinlay2025-02-111-12/+12
|
* multibus: report unmapped addresses Patrick Mackinlay2025-02-101-14/+36
| | | | | * make bus device available during card configuration * improve interrupt routing
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-2/+0
| | | | | | | | | | | | Read callbacks now need a default return value supplied at construction. Replaced isnull() with isunset() which tells you if the callback wasn't configured rather than whether it isn't safe to call. Enabled validation of device callbacks (it seems it was disabled at some point, probably accidentally). Device callbacks and object finders now implement the same interface for resolution.
* intel/imds2: correct dump for PIO microcontroller [fulivi] fulivi2022-07-311-0/+2
|
* multibus: various improvements Patrick Mackinlay2022-03-111-35/+51
| | | | | | * expose card-independent bus address spaces * support multiple slots and options * route interrupts to/from cards
* multibus : Add interrupt lines to multibus slot device (nw) (#6359) Happy-yappH2020-02-241-0/+14
| | | | | | * multibus : Add interrupt lines to slot device (nw) * oops (nw)
* (nw) more validation failures Robbbert2020-01-051-1/+1
|
* Emulation of isbc202 floppy disk controller (#6119) fulivi2020-01-041-0/+59
* imds2: isbc202 floppy disk controller added * imds2: attempt to fix problems with CI checks