summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/scsibus.h
Commit message (Expand)AuthorAgeFilesLines
* Moved scsi protocol code from scsibus_device to scsihle_device, leaving scsib... smf-2012-10-071-117/+10
* added atn to scsicb for completeness & renamed reset line to rst. (nw) smf-2012-10-071-8/+9
* moved extra SCSI_PHASE_* into scsihle.h (nw) smf-2012-10-061-4/+0
* talking to scsibus is now done via scsicb (nw) smf-2012-10-061-20/+0
* renamed scsidev to scsihle (nw) smf-2012-10-041-2/+2
* (MESS) fixed v1050 hard drive, drive can be formatted, installed & booted fro... smf-2012-09-251-3/+0
* Removed init_scsibus() from scsibus_device as it was only used for passing th... smf-2012-09-211-3/+0
* moved some more scsi command handling from scsibus into scsidev (nw) smf-2012-09-171-45/+2
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* Pass 2 of struct modernization. Aaron Giles2012-09-151-2/+2
* removed test ready command as scsidev already handles it. (nw) smf-2012-09-081-1/+0
* Split out callbacks from scsibus_device into scscb_device, eventually this wi... smf-2012-09-061-36/+7
* made S1410 device act as a SCSIHD with the custom commands, added D9060HD & A... smf-2012-09-051-26/+5
* Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from MESS.... smf-2012-08-291-0/+270