summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/scsicb.c
Commit message (Expand)AuthorAgeFilesLines
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
* Clean-ups and version bumpmame0147u2 Miodrag Milanovic2012-10-301-2/+2
* switched SCSICB to use DEVCB2 [smf] smf-2012-10-151-30/+29
* Uses logical levels rather than voltage levels for control signals, you have ... smf-2012-10-101-4/+29
* default all lines high & improved logging (nw) smf-2012-10-091-59/+93
* Clean-ups and version bumpmame0147u1 Miodrag Milanovic2012-10-081-1/+1
* Moved scsi protocol code from scsibus_device to scsihle_device, leaving scsib... smf-2012-10-071-30/+92
* added atn to scsicb for completeness & renamed reset line to rst. (nw) smf-2012-10-071-2/+5
* changed rmnimbus to use DEVCB & added a callback for ACK. (nw) smf-2012-10-071-0/+1
* fixed VS2012 warnings in src/emu/machine/scsicb.c (no whatsnew) Oliver Stöneberg2012-10-061-4/+4
* talking to scsibus is now done via scsicb (nw) smf-2012-10-061-0/+53
* Split out callbacks from scsibus_device into scscb_device, eventually this wi... smf-2012-09-061-0/+29