summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/t10spc.c
Commit message (Expand)AuthorAgeFilesLines
* 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