summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/scsidev.h
Commit message (Expand)AuthorAgeFilesLines
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-1/+1
* started thinking about how multi-endpoint devices will work, using a hierarch... smf-2012-10-251-5/+12
* Moved scsi protocol code from scsibus_device to scsihle_device, leaving scsib... smf-2012-10-071-3/+28
* created new base class for scsi devices which scsihle derives from (nw) smf-2012-10-041-0/+20
* renamed scsidev to scsihle (nw) smf-2012-10-041-109/+0
* Removed init_scsibus() from scsibus_device as it was only used for passing th... smf-2012-09-211-0/+1
* moved some more scsi command handling from scsibus into scsidev (nw) smf-2012-09-171-0/+39
* glacial SCSI improvements towards NSCSI and beyond, moved the SCSI id onto th... smf-2012-08-231-0/+22
* scsi devices are now proper mame devices. smf-2012-05-311-3/+35
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+15