summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/scsicb.h
Commit message (Collapse)AuthorAgeFilesLines
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-18/+9
|
* switched SCSICB to use DEVCB2 [smf] smf-2012-10-151-29/+51
|
* default all lines high & improved logging (nw) smf-2012-10-091-3/+5
|
* Moved scsi protocol code from scsibus_device to scsihle_device, leaving ↵ smf-2012-10-071-27/+28
| | | | scsibus_device to calculate the current bus contents and distribute it to each of the scsidev_device. [smf]
* added atn to scsicb for completeness & renamed reset line to rst. (nw) smf-2012-10-071-0/+4
|
* changed rmnimbus to use DEVCB & added a callback for ACK. (nw) smf-2012-10-071-2/+2
|
* talking to scsibus is now done via scsicb (nw) smf-2012-10-061-0/+27
|
* Final round of struct/union/enum normalization. Aaron Giles2012-09-161-2/+1
|
* Split out callbacks from scsibus_device into scscb_device, eventually this ↵ smf-2012-09-061-0/+64
will be a SCSI device. SCSIBus_interface is no longer required and has been removed. [smf]