| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
* make bus device available during card configuration
* improve interrupt routing
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| |
|
|
|
|
| |
* expose card-independent bus address spaces
* support multiple slots and options
* route interrupts to/from cards
|
| |
|
|
|
|
| |
* multibus : Add interrupt lines to slot device (nw)
* oops (nw)
|
| | |
|
|
|
* imds2: isbc202 floppy disk controller added
* imds2: attempt to fix problems with CI checks
|