summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/wd33c9x.cpp
Commit message (Expand)AuthorAgeFilesLines
* machine/wd33c9x.cpp: fix #14532 angelosa2025-12-021-4/+8
* machine/wd33c9x.cpp: provide an hack free status read angelosa2025-11-071-1/+6
* bus/pc98_cbus: refactor card implementations using address maps for I/Os angelosa2025-11-041-1/+3
* wd33c9x: Add support for the Translate Address command Dirk Best2025-02-031-0/+32
* nscsi: Correct SCSI command names (#11426) Miëtek Bak‏2023-07-211-1/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-2/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-1/+1
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-8/+8
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-3/+3
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* wd33c93: handle 'polled DMA' in vme_hcpu30 (nw) Sergey Svishchev2020-09-021-5/+11
* wd33c9x - clarify hardware reset tyfighter2019-08-091-6/+6
* wd33c93: don't fatalerror (nw) Patrick Mackinlay2019-07-251-1/+1
* nscsi_bus: Class overhaul (nw) AJR2019-07-111-0/+1
* wd33c9x: interrupt on reset (nw) Patrick Mackinlay2019-07-031-0/+6
* (nw) Clean up the mess on master Vas Crabb2019-03-261-532/+532
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-532/+532
* -wd33c9x: Silence logging by default, nw MooglyGuy2019-02-101-1/+1
* srcclean and cleanup (nw) Vas Crabb2019-01-271-4/+4
* wd33c9x: Convert the remaining drivers, kill the old driver [O. Galibert] Olivier Galibert2019-01-221-4/+4
* wd: simplify handlers, upgrade hpc1 [O. Galibert] Olivier Galibert2019-01-221-28/+14
* wd33c93: Disable irq when drq is active, cps3 works again [O. Galibert] Olivier Galibert2019-01-201-1/+2
* wd33c93: Fix select-and-transfer, now jojo is exactly as broken as everybody ... Olivier Galibert2019-01-101-7/+14
* wd33c9x: Fix non-dma data retrieval [O. Galibert] Olivier Galibert2019-01-101-22/+20
* specpdq: Start fixing blitting ops [O. Galibert] Olivier Galibert2019-01-031-0/+6
* wd33x9c: Checkpoint commit for co-debugging Olivier Galibert2019-01-031-494/+496
* wd33c9x.cpp: fixed validation error: Device wd33c93.cpp(wd33c93) short name i... Ivan Vangelista2019-01-031-1/+1
* wd33c9x: Handle disconnect command properly. Fixes fatalerror in ip225015 wit... mooglyguy2019-01-031-2/+2
* WD33C9X: More consistent interrupts, restructuring, and clean ups (#4457) tyfighter2019-01-021-187/+297
* Fix clang build [-Werror,-Wreorder] (nw) AJR2018-12-311-3/+3
* New NSCSI device for WD33C9x SCSI Controllers (#4449) tyfighter2018-12-311-0/+1621