summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/t10spc.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-150/+0
* lot of license updates according to logs, whatsnew and mails (nw) Miodrag Milanovic2015-05-141-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* fixed compiling with MSVC, added enums for T10 commands, moved seek(6) from 2... smf-2013-11-191-6/+6
* Added SCSI status code & set it in all command handlers. It is sent over the ... smf-2013-11-141-0/+6
* moved request sense command into t10spc, supporting the old obsolete format a... smf-2013-10-051-9/+61
* Use virtual multiple inheritance to share command processing between SCSI & A... smf-2013-09-171-0/+90