summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/wd33c93.c
Commit message (Expand)AuthorAgeFilesLines
* SCSI Port using WRITELINE and DEVCB2. The slot number and SCSI ID are separat... smf-2014-04-141-54/+18
* Converted wd33c93.c to devcb2 (nw) Ivan Vangelista2014-03-201-16/+7
* Use virtual multiple inheritance to share command processing between SCSI & A... smf-2013-09-171-2/+4
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* more state cleanup and some modernization (nw) Miodrag Milanovic2013-04-191-4/+5
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-109/+109
* Fixed MT05072 - fixed uninitialized members in wd33c93.c (fixes ip225015 cras... Oliver Stöneberg2013-01-021-1/+10
* renamed scsidev to scsihle (nw) smf-2012-10-041-1/+1
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-4/+4
* Removed SCSIConfigTable, SCSI devices are now linked using SCSIBUS from MESS.... smf-2012-08-291-3/+6
* SCSI device tags are relative to the SCSI controller. smf-2012-08-271-1/+1
* use device_t.static_set_static_config smf-2012-08-251-6/+10
* turned WD33C93 into a device & made cps3 flash roms optional on cd sets (nw) smf-2012-08-251-291/+269
* a little tidy up while working on other files (nw) smf-2012-08-241-3/+1
* removed am53cf96_get_device and some other unused GetDevice() trampolines (nw) smf-2012-08-231-13/+0
* glacial SCSI improvements towards NSCSI and beyond, moved the SCSI id onto th... smf-2012-08-231-1/+2
* scsi devices are now proper mame devices. smf-2012-05-311-21/+12
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-4/+4
* BIG update. Aaron Giles2011-03-291-13/+13
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-3/+3
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-4/+4
* Attotime bulk conversion step: Aaron Giles2011-02-031-5/+5
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-2/+1
* (from MESS) Added support for SCSI command 0x2a (Write w/ 32-bit LBA), upped ... Ryan Holtz2009-11-231-2/+4
* Bulk change alert. Aaron Giles2009-04-261-1/+1
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-1/+1
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-1/+1
* Hi mamedev, Aaron Giles2008-12-161-18/+18
* Removed safe_cpu_get_pc() which doesn't really make sense anymore. Aaron Giles2008-12-111-4/+4
* Here's the big one.... Aaron Giles2008-12-111-1/+1
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-111-4/+4
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-1/+1
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-4/+4
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-1/+1
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-6/+6
* Major cpuintrf changes: Aaron Giles2008-11-101-5/+6
* Disks opened by the romload module are no longer identified by index. Aaron Giles2008-08-011-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-6/+6
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-1/+1
* (From Atari Ace) Aaron Giles2007-12-311-12/+5
* (From Oliver Stoneberg) Aaron Giles2007-12-311-0/+10
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-3/+3
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-4/+4
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+872