summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/x68k_scsiext.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (MESS) Moved the remaining slot interfaces to emu/bus. (nw) Curt Coder2014-03-171-102/+0
|
* Expanded device_t constructor with parameters for short name and source file ↵ Miodrag Milanovic2013-03-261-1/+1
| | | | location [Miodrag Milanovic]
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
|
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
| | | | | | | | | | | | device_memory_interface::space() assert against NULL and return a reference, and pushed references throughout all address space usage in the system. Added a has_space() method to check for those rare case when it is ambiguous. [Aaron Giles] Also reinstated the generic space and added fatal error handlers if anyone tries to actually read/write from it.
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-4/+4
| | | | | | | read/write handlers to take an address_space & instead of an address_space *. Also update pretty much all other functions to take a reference where appropriate. [Aaron Giles]
* (MESS) x68k_scsiext: Fixed 'Cannot find required device' error. (no whatsnew) mahlemiut2012-09-131-1/+1
|
* Split out callbacks from scsibus_device into scscb_device, eventually this ↵ smf-2012-09-061-5/+1
| | | | will be a SCSI device. SCSIBus_interface is no longer required and has been removed. [smf]
* Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from ↵ smf-2012-08-291-22/+13
| | | | MESS. (nw)
* SCSI device tags are relative to the SCSI controller. smf-2012-08-271-7/+7
|
* glacial SCSI improvements towards NSCSI and beyond, moved the SCSI id onto ↵ smf-2012-08-231-14/+14
| | | | the device (nw)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+115