summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/abc_hdc.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-5/+5
|
* Replaced all device_t's with actual device classes. Regression test ↵ Curt Coder2012-11-261-3/+0
| | | | recommended. (nw)
* switched SCSICB to use DEVCB2 [smf] smf-2012-10-151-19/+1
|
* added atn to scsicb for completeness & renamed reset line to rst. (nw) smf-2012-10-071-0/+1
|
* changed rmnimbus to use DEVCB & added a callback for ACK. (nw) smf-2012-10-071-1/+1
|
* Split out callbacks from scsibus_device into scscb_device, eventually this ↵ smf-2012-09-061-3/+7
| | | | will be a SCSI device. SCSIBus_interface is no longer required and has been removed. [smf]
* (MESS) removed SCSIConfigTable from scsibus, scsi devices are now sub ↵ smf-2012-08-281-10/+1
| | | | devices of the scsi bus (nw)
* glacial SCSI improvements towards NSCSI and beyond, moved the SCSI id onto ↵ smf-2012-08-231-3/+3
| | | | the device (nw)
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+186