summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/mb87030.cpp
Commit message (Expand)AuthorAgeFilesLines
* mb87030: Correct the behaviour when a transfer size 0 is requested Olivier Galibert2025-12-261-12/+21
* machine/nscsi_bus: Moved the BSY callback from the MB87030 device to the bus ... arbee2025-12-211-2/+0
* machine/mb87030.cpp: Added a BSY line callback suitable for drive LEDs. [R. B... arbee2025-12-201-1/+5
* srcclean and cleanup Vas Crabb2025-07-271-3/+2
* fz1 and clones: preliminary sound emulation, fz20m: fix SCSI hookup (#13967) Devin Acker2025-07-251-1/+8
* machine/mb87030.cpp: Logging improvements AJR2024-01-151-5/+6
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-2/+0
* mb87030: Make DMA transfers go through DREG rather than separate single buffer AJR2023-05-111-57/+31
* mb87030: fix hp98265a diagnostic error Patrick Mackinlay2023-04-191-3/+4
* mb87030: improve arbitration/selection handling Patrick Mackinlay2023-04-061-39/+75
* mb87030: add mb89351/2 variants Patrick Mackinlay2023-04-051-22/+102
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+2
* devices/machine: simplified handlers for various devices (nw) Ivan Vangelista2020-03-241-30/+30
* nscsi_bus: Class overhaul (nw) AJR2019-07-111-0/+1
* (nw) adjust some stuff (uniform spacing, standardised logging, capitalised te... Vas Crabb2018-11-281-1/+1
* Fix MB87030 on HP9000/382 (#4336) dxl2018-11-251-11/+14
* mb87030: fix SCSI disconnect interrupt (nw) Sven Schnelle2018-11-011-2/+2
* mb87030: support padding mode Sven Schnelle2018-11-011-31/+30
* remove some ROM_LOAD_OPTIONAL, clean up some miscellaneous stuff (nw) Vas Crabb2018-10-311-8/+10
* srcclean and cleanup (nw) Vas Crabb2018-10-281-4/+4
* mb87030: fix temp register sampling Sven Schnelle2018-10-191-2/+5
* hp9k_3xx: timer fixes (#4131) dxl2018-10-121-13/+11
* (nw) fixed validation Robbbert2018-10-101-1/+1
* mb87030: add new SCSI controller (nw) Sven Schnelle2018-10-071-0/+797