summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/scsi/cdu76s.h
Commit message (Collapse)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-31/+0
|
* lot more changes and fixes (nw) Miodrag Milanovic2015-05-131-2/+2
|
* Updated licenses to some of bus devices (nw) Miodrag Milanovic2015-05-101-3/+0
|
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
|
* SCSI Port using WRITELINE and DEVCB2. The slot number and SCSI ID are ↵ smf-2014-04-141-0/+32
separate so you can for example have -harddisk1 as ID 6 and -harddisk 2 as ID 5. The HLE'd CD & HD have configuration switches to set the ID, real emulated hardware will specify the ID using it's own method. [smf]