summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/scsibus.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
* started thinking about how multi-endpoint devices will work, using a hierarch... smf-2012-10-251-0/+1
* Uses logical levels rather than voltage levels for control signals, you have ... smf-2012-10-101-3/+5
* Moved scsi protocol code from scsibus_device to scsihle_device, leaving scsib... smf-2012-10-071-635/+15
* added atn to scsicb for completeness & renamed reset line to rst. (nw) smf-2012-10-071-6/+8
* changed rmnimbus to use DEVCB & added a callback for ACK. (nw) smf-2012-10-071-3/+1
* srcclean (nw) Curt Coder2012-10-071-1/+1
* talking to scsibus is now done via scsicb (nw) smf-2012-10-061-28/+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-74/+45
* Removed init_scsibus() from scsibus_device as it was only used for passing th... smf-2012-09-211-5/+1
* moved some more scsi command handling from scsibus into scsidev (nw) smf-2012-09-171-40/+1
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-4/+4
* removed test ready command as scsidev already handles it. (nw) smf-2012-09-081-10/+0
* added missing \n to some more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-1/+1
* Split out callbacks from scsibus_device into scscb_device, eventually this wi... smf-2012-09-061-29/+19
* made S1410 device act as a SCSIHD with the custom commands, added D9060HD & A... smf-2012-09-051-103/+1
* Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from MESS.... smf-2012-08-291-0/+895