summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/rw5000/rw5000base.cpp
Commit message (Collapse)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-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 hap2022-04-021-2/+0
|
* rw5000: update note about a4000 hap2022-04-011-2/+4
|
* rw5000: add a5000/a5900 hap2022-03-291-0/+3
|
* b5000: rename base class to rw5000 hap2022-03-281-0/+226