summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/ncr539x.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-62/+62
* renamed scsidev to scsihle (nw) smf-2012-10-041-1/+1
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-3/+3
* Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from MESS.... smf-2012-08-291-11/+6
* SCSI device tags are relative to the SCSI controller. smf-2012-08-271-2/+2
* a little tidy up while working on other files (nw) smf-2012-08-241-16/+7
* glacial SCSI improvements towards NSCSI and beyond, moved the SCSI id onto th... smf-2012-08-231-7/+4
* scsi devices are now proper mame devices. smf-2012-05-311-30/+11
* Clean-ups and version bumpmame0144 Angelo Salese2011-11-131-1/+1
* Rewrote NCR539x SCSI emulation from scratch [R. Belmont] R. Belmont2011-11-021-0/+912