summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/ncr539x.c
Commit message (Expand)AuthorAgeFilesLines
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return warn... Oliver Stöneberg2014-09-081-1/+0
* adjusted an ncr539x_device assert (nw) Oliver Stöneberg2014-07-281-1/+1
* added asserts for index out-of-bounds access with sun3_80 (nw) Oliver Stöneberg2014-07-281-0/+2
* Cleanups and version bump Miodrag Milanovic2014-07-221-4/+4
* ncr539x: fix FIFO read/writing to work as expected. (nw) R. Belmont2014-05-271-6/+10
* SCSI Port using WRITELINE and DEVCB2. The slot number and SCSI ID are separat... smf-2014-04-141-46/+14
* ncr539x.device: converted to devcb2 (nw) Ivan Vangelista2014-04-081-47/+26
* 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