diff options
| author | 2013-10-13 17:09:50 +0000 | |
|---|---|---|
| committer | 2013-10-13 17:09:50 +0000 | |
| commit | a8da91494fe8df1387fa3ccb37c9571641b7da3a (patch) | |
| tree | f4a8c9027b9c898db2fb06c807d35153b5a40684 /.gitattributes | |
| parent | c48be3cdc12e407f8baabefa188fdb44117da605 (diff) | |
Changed atapicdr packet identify to Virtual CDROM because not all images are compressed & the text no longer starts in the middle of the vendor name (software displaying the vendor name used to display "MAME Com"). Added a cdu76s device so that the inquiry for the generic ATAPI and SCSI cdrom drives can also be set to "Virtual CDROM". However none of the Konami GV games care, so I'm not sure which game required that response & that is the only Konami SCSI CD based system. The response is invalid according to the SCSI spec as the strings should be space filled and not null terminated & there are fields not filled in. So it's currently compiled in but not used. [smf]
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 3ebcccbe50d..14cfdaad4d2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1247,6 +1247,8 @@ src/emu/machine/cdp1852.c svneol=native#text/plain src/emu/machine/cdp1852.h svneol=native#text/plain src/emu/machine/cdp1871.c svneol=native#text/plain src/emu/machine/cdp1871.h svneol=native#text/plain +src/emu/machine/cdu76s.c svneol=native#text/plain +src/emu/machine/cdu76s.h svneol=native#text/plain src/emu/machine/com8116.c svneol=native#text/plain src/emu/machine/com8116.h svneol=native#text/plain src/emu/machine/cr589.c svneol=native#text/plain |
