summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/fm_scsi.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fmtowns: start save states cracyc2024-07-071-7/+11
|
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-3/+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.
* fm_scsi: kick upstairs in devices/machine Olivier Galibert2022-06-131-0/+439