summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/wd33c9x.cpp
Commit message (Collapse)AuthorAgeFilesLines
* (nw) Clean up the mess on master Vas Crabb2019-03-261-532/+532
| | | | | | | | | | | | | This effectively reverts b380514764cf857469bae61c11143a19f79a74c5 and c24473ddff715ecec2e258a6eb38960cf8c8e98e, restoring the state at 598cd5227223c3b04ca31f0dbc1981256d9ea3ff. Before pushing, please check that what you're about to push is sane. Check your local commit log and ensure there isn't anything out-of-place before pushing to mainline. When things like this happen, it wastes everyone's time. I really don't need this in a week when real work™ is busting my balls and I'm behind where I want to be with preparing for MAME release.
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-532/+532
| | | | | This reverts commit c24473ddff715ecec2e258a6eb38960cf8c8e98e, reversing changes made to 009cba4fb8102102168ef32870892438327f3705.
* -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
| | | | else [O. Galibert]
* wd33c9x: Fix non-dma data retrieval [O. Galibert] Olivier Galibert2019-01-101-22/+20
| | | | nscsi_cd: Add the read TOC command, fix inquiry [O. Galibert]
* 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 ↵ Ivan Vangelista2019-01-031-1/+1
| | | | is a duplicate of wd33c9x.cpp(wd33c93) (nw)
* wd33c9x: Handle disconnect command properly. Fixes fatalerror in ip225015 ↵ mooglyguy2019-01-031-2/+2
| | | | with new wd core. nw
* WD33C9X: More consistent interrupts, restructuring, and clean ups (#4457) tyfighter2019-01-021-187/+297
| | | | | | | | | | | | | | | | | | | | | | * New NSCSI device for WD33C9x SCSI Controllers Add a new NSCSI device model for the WD33C9x family of SCSI Controllers. * Add missing shortname calls to logging lines Add missing shortname calls to logging lines * Correct spaces -> tabs Correct spaces -> tabs * WD33C9X: More consistent interrupts, restructuring, and clean ups This set of changes can get as far as partitioning and formating a disk for IRIX, but installation still isn't working. * Accidentally merged this in...reverting... Accidentally merged this in...reverting...
* Fix clang build [-Werror,-Wreorder] (nw) AJR2018-12-311-3/+3
|
* New NSCSI device for WD33C9x SCSI Controllers (#4449) tyfighter2018-12-311-0/+1621
* New NSCSI device for WD33C9x SCSI Controllers Add a new NSCSI device model for the WD33C9x family of SCSI Controllers. * Add missing shortname calls to logging lines Add missing shortname calls to logging lines * Correct spaces -> tabs Correct spaces -> tabs