summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/scsihd.c
Commit message (Expand)AuthorAgeFilesLines
* scsi devices are now proper mame devices. smf-2012-05-311-193/+141
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-291-5/+5
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-1/+2
* Fixed SCSI hard disk allocation (MT #04595). [Curt Coder] Curt Coder2012-01-161-21/+37
* Cleanups and version bumpmame0144u5 Angelo Salese2012-01-081-1/+1
* scsihd.c: Get sector size from CHD metadata to support old 256 bytes/sector S... Curt Coder2012-01-061-11/+29
* Harddisk image device is now modern device (no whatsnew) Miodrag Milanovic2011-06-161-1/+1
* BIG update. Aaron Giles2011-03-291-3/+3
* Removed more ifdefs from scsi code (no whatsnew) Miodrag Milanovic2011-01-101-12/+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-4/+1
* 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
* (from MESS) Added support for SCSI command 0x2a (Write w/ 32-bit LBA), upped ... Ryan Holtz2009-11-231-0/+1
* scsihd: don't crash if no media is attached R. Belmont2009-10-291-0/+12
* scsihd updates R. Belmont2009-10-171-3/+13
* > -----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
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-3/+2
* Hi mamedev, Aaron Giles2008-12-081-2/+3
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-3/+3
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-5/+2
* Some MESS specific fixes. Wilbert Pol2008-08-191-1/+3
* Disks opened by the romload module are no longer identified by index. Aaron Giles2008-08-011-6/+12
* (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/+311