summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/e01.c
Commit message (Expand)AuthorAgeFilesLines
* (MESS) Moved a bunch of buses under emu/bus. (nw) Curt Coder2013-10-221-773/+0
* License tags. (nw) Curt Coder2013-10-161-0/+2
* PC driver cleanup: Dirk Best2013-06-131-6/+1
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-2/+2
* reverting changes from r22983 that look wrong. (nw) smf-2013-05-241-1/+1
* removed some redundant uses of DEVICE_SELF (nw) smf-2013-05-201-1/+1
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-27/+4
* (MESS) Tagmap lookup cleanup. (nw) Curt Coder2013-01-281-26/+36
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-73/+73
* (MESS) Removed unnecessary includes. (nw) Curt Coder2012-12-091-19/+1
* (MESS) Fixed floppy clocks. (nw) Curt Coder2012-11-291-1/+1
* (MESS) e01: Floppy modernization. (nw) Curt Coder2012-11-281-22/+27
* replaced some "^" with DEVICE_SELF_OWNER (nw) smf-2012-10-261-2/+2
* switched SCSICB to use DEVCB2 [smf] smf-2012-10-151-18/+3
* Uses logical levels rather than voltage levels for control signals, you have ... smf-2012-10-101-12/+12
* 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
* removed dependency pollution (nw) smf-2012-10-071-2/+3
* reverted it properly, doesn't crash now Robbbert2012-10-071-3/+3
* Fixed compile error, no idea if i broke something else. Robbbert2012-10-071-1/+1
* talking to scsibus is now done via scsicb (nw) smf-2012-10-061-2/+2
* Removed init_scsibus() from scsibus_device as it was only used for passing th... smf-2012-09-211-2/+0
* Split out callbacks from scsibus_device into scscb_device, eventually this wi... smf-2012-09-061-5/+7
* (MESS) removed SCSIConfigTable from scsibus, scsi devices are now sub devices... smf-2012-08-281-11/+2
* (MESS) converted scsibus from legacy device to c++ (nw) smf-2012-08-261-13/+13
* glacial SCSI improvements towards NSCSI and beyond, moved the SCSI id onto th... smf-2012-08-231-3/+3
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+824