summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/fm_scsi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* more sorting of MESS licenses (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-1/+2
* fmscsi: removed a hack, corrected status for invalid drives. This fixes Wind... mahlemiut2014-06-061-14/+19
* fm_scsi: fix SCSI regression. (no whatsnew) mahlemiut2014-05-221-1/+1
* SCSI Port using WRITELINE and DEVCB2. The slot number and SCSI ID are separat... smf-2014-04-141-23/+8
* Use virtual multiple inheritance to share command processing between SCSI & A... smf-2013-09-171-1/+2
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* Removed unneeded includes. (nw) Curt Coder2012-12-071-1/+0
* (MESS) use DEVCB2 for callbacks & run srcclean (nw) smf-2012-10-191-44/+31
* renamed scsidev to scsihle (nw) smf-2012-10-041-1/+1
* added missing \n to remaining fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-1/+1
* Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from MESS.... smf-2012-08-291-7/+9
* SCSI device tags are relative to the SCSI controller. smf-2012-08-271-1/+1
* a little tidy up while working on other files (nw) smf-2012-08-241-3/+1
* glacial SCSI improvements towards NSCSI and beyond, moved the SCSI id onto th... smf-2012-08-231-1/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+446