summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/t10spc.c
Commit message (Collapse)AuthorAgeFilesLines
* fixed compiling with MSVC, added enums for T10 commands, moved seek(6) from ↵ smf-2013-11-191-6/+6
| | | | 2410 to t10sbc (nw)
* Added SCSI status code & set it in all command handlers. It is sent over the ↵ smf-2013-11-141-0/+6
| | | | bus when in status phase. In case of an error further information should be set in m_sense_key/m_sense_asc/m_sense_ascq & m_sense_information so that it can be returned by executing a request sense command [smf]
* moved request sense command into t10spc, supporting the old obsolete format ↵ smf-2013-10-051-9/+61
| | | | and the new one. [smf]
* Use virtual multiple inheritance to share command processing between SCSI & ↵ smf-2013-09-171-0/+90
ATAPI instead of having a SCSI subdevice. This allows matsushita_cr589_device & gdrom_device to derive from atapi_cdrom_device. [smf]