| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) | 2023-06-17 | 1 | -9/+2 | |
| | | | | | | | | | | | | | 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. | ||||
| * | cpu: remove obsolete debugger.h include from some of my files | 2022-04-02 | 1 | -2/+0 | |
| | | |||||
| * | rw5000: update note about a4000 | 2022-04-01 | 1 | -2/+4 | |
| | | |||||
| * | rw5000: add a5000/a5900 | 2022-03-29 | 1 | -0/+3 | |
| | | |||||
| * | b5000: rename base class to rw5000 | 2022-03-28 | 1 | -0/+226 | |
