summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/t10mmc.c
Commit message (Expand)AuthorAgeFilesLines
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-4/+4
* fixed compiling with MSVC, added enums for T10 commands, moved seek(6) from 2... smf-2013-11-191-530/+529
* Added SCSI status code & set it in all command handlers. It is sent over the ... smf-2013-11-141-0/+18
* fixed read sub channel bug introduced in 25577 (fixes ddr2m) (nw) smf-2013-10-311-1/+1
* Changed atapicdr packet identify to Virtual CDROM because not all images are ... smf-2013-10-131-6/+10
* Uses the sff8020 read toc legacy format field if the mmc format field is zero... smf-2013-10-091-29/+100
* fixed bugs in new toc reading code, when the request wasn't from the first tr... smf-2013-10-081-3/+9
* Fixed read toc to always return the lead out & return the correct results for... smf-2013-10-081-85/+64
* moved request sense command into t10spc, supporting the old obsolete format a... smf-2013-10-051-47/+50
* Use virtual multiple inheritance to share command processing between SCSI & A... smf-2013-09-171-0/+683