diff options
author | 2014-09-28 01:21:43 +0000 | |
---|---|---|
committer | 2014-09-28 01:21:43 +0000 | |
commit | c5e24175a17c4547ec306d95a6f67cb80882303e (patch) | |
tree | 060333c0e683c7b16678822941baca44c05fd233 /.gitattributes | |
parent | 41d627253cf55dfc323b7e950f59b8221933d806 (diff) |
(mess) pc9801: make sasi partially work (nw)
scsi: sync rest of lines with input buffer (nw)
---
The 9801f will read the hdd but appears to not like disks without 256 byte sectors.
The ux and rs don't even attempt to access the sasi controller and seem to have no driver in their firmwares, are they supposed to have an external rom?
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index e305d6f672a..e3bc8848cf7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1477,6 +1477,8 @@ src/emu/bus/scsi/cdu76s.c svneol=native#text/plain src/emu/bus/scsi/cdu76s.h svneol=native#text/plain src/emu/bus/scsi/d9060hd.c svneol=native#text/plain src/emu/bus/scsi/d9060hd.h svneol=native#text/plain +src/emu/bus/scsi/pc9801_sasi.c svneol=native#text/plain +src/emu/bus/scsi/pc9801_sasi.h svneol=native#text/plain src/emu/bus/scsi/s1410.c svneol=native#text/plain src/emu/bus/scsi/s1410.h svneol=native#text/plain src/emu/bus/scsi/sa1403d.c svneol=native#text/plain |