summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/nscsi_hd.c
Commit message (Collapse)AuthorAgeFilesLines
* (MESS) Added nscsi versions of the SCSI callback device and Xebec S1410. ↵ Curt Coder2013-11-141-0/+5
| | | | [Curt Coder]
* Expanded device_t constructor with parameters for short name and source file ↵ Miodrag Milanovic2013-03-261-1/+1
| | | | location [Miodrag Milanovic]
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-3/+3
|
* nscsi_hd: Added 6-byte WRITE, logging of unknown commands, and some ↵ R. Belmont2013-03-011-5/+77
| | | | Apple-specific SCSI tweaks. [R. Belmont]
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-7/+7
|
* Set interface name to scsi harddisks so they can be mounted as softlist ↵ Miodrag Milanovic2012-11-271-1/+1
| | | | | | items (no whatsnew) Fixed mac harddisk list to use new interface Also added interface for scsi cdrom, but named it "cdrom" since medium is always same.
* Clean-ups and version bump (yes, I know, it's too late)mame0145u4 Angelo Salese2012-03-111-1/+1
|
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-03-071-2/+2
|
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-03-051-14/+145
|
* Clean-ups and version bumpmame0145u1 Angelo Salese2012-02-191-1/+1
|
* New modern object-oriented bus-signals-available SCSI implementation [O. ↵ R. Belmont2012-02-091-0/+155
Galibert]