summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/scsicd.c
Commit message (Expand)AuthorAgeFilesLines
* asserted copyright (nw) smf-2013-11-021-0/+2
* Use virtual multiple inheritance to share command processing between SCSI & A... smf-2013-09-171-691/+7
* modernised CDDA & discard buffered samples when starting to play to avoid aud... smf-2013-05-131-58/+21
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-3/+3
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-27/+27
* Set interface name to scsi harddisks so they can be mounted as softlist items... Miodrag Milanovic2012-11-271-1/+1
* Cleanups and version bump (nw)mame0147u3 Miodrag Milanovic2012-11-191-2/+2
* scsicd: Add STOP command [PKGINKO] R. Belmont2012-11-161-0/+13
* SCSICD now has a CDDA sub device [smf] smf-2012-10-231-1/+3
* made cdrom_image_device & harddisk_image_device responsible for accessing dri... smf-2012-10-111-23/+0
* removed GetCommand() and made command and commandLength protected (nw) smf-2012-10-111-13/+0
* call base class in device_start() (nw) smf-2012-10-061-0/+2
* renamed scsidev to scsihle (nw) smf-2012-10-041-7/+7
* Removed init_scsibus() from scsibus_device as it was only used for passing th... smf-2012-09-211-0/+5
* scsi devices are now proper mame devices. smf-2012-05-311-236/+216
* sync with mess (no whatsnew) Miodrag Milanovic2012-03-091-0/+20
* CDROM image device modernized and drivers updated (no whatsnew) Miodrag Milanovic2011-06-151-1/+2
* BIG update. Aaron Giles2011-03-291-13/+13
* Removed more ifdefs from scsi code (no whatsnew) Miodrag Milanovic2011-01-101-11/+13
* Removed mess from names of some calls in image device code (no whatsnew) Miodrag Milanovic2011-01-061-1/+1
* Moved image devices implementation and related UI functions to emu section fr... Miodrag Milanovic2011-01-051-3/+1
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-2/+2
* Within src/emu, basic conversions: Aaron Giles2010-01-121-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-1/+1
* > -----Original Message----- Aaron Giles2009-08-131-1/+1
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-16/+16
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Ok, this is The Big One. Aaron Giles2009-02-111-33/+33
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-3/+2
* Hi mamedev, Aaron Giles2008-12-081-7/+8
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-9/+9
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-10/+7
* Some MESS specific fixes. Wilbert Pol2008-08-191-1/+1
* Some MESS specific changes Wilbert Pol2008-08-171-1/+3
* Disks opened by the romload module are no longer identified by index. Aaron Giles2008-08-011-11/+17
* [SCSICD] Reverted previous change. R. Belmont2008-04-041-2/+2
* Cleanups and version bump to 0.124u1.mame0124u1 Aaron Giles2008-04-031-1/+1
* Various SCSI devices register state items by their disk ID, which are not uni... R. Belmont2008-03-311-3/+3
* (From Atari Ace) Aaron Giles2007-12-241-0/+1
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+768