summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/scsihle.c
Commit message (Expand)AuthorAgeFilesLines
* Moved the adaptec mode sense handling into the ACB4070 device [smf] smf-2013-09-191-47/+2
* Use virtual multiple inheritance to share command processing between SCSI & A... smf-2013-09-171-127/+20
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-2/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-22/+22
* removed GetCommand() and made command and commandLength protected (nw) smf-2012-10-111-18/+0
* Uses logical levels rather than voltage levels for control signals, you have ... smf-2012-10-101-33/+33
* disabled logging left on by accident (nw) smf-2012-10-101-2/+2
* delays the req signal (nw) smf-2012-10-101-42/+42
* removed some old commented out code (nw) smf-2012-10-091-54/+0
* Clean-ups and version bumpmame0147u1 Miodrag Milanovic2012-10-081-36/+36
* Moved scsi protocol code from scsibus_device to scsihle_device, leaving scsib... smf-2012-10-071-9/+583
* created new base class for scsi devices which scsihle derives from (nw) smf-2012-10-041-2/+2
* changed description (nw) smf-2012-10-041-1/+1
* renamed scsidev to scsihle (nw) smf-2012-10-041-0/+155