summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diimage.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0142u6 Angelo Salese2011-06-191-1/+1
* Converted printer image device to modern (no whatsnew) Miodrag Milanovic2011-06-141-1/+29
* Cleanup of image device base classes and prepare for rewrite (no whatsnew) Miodrag Milanovic2011-06-101-1/+465
* Removed memory allocation calls from image device (no whatsnew) Miodrag Milanovic2011-05-251-42/+0
* Fixed problem with image devices due to same name in interface and device cla... Miodrag Milanovic2011-05-041-2/+2
* diimage.c: fix uninitialized variables found by Valgrind [R. Belmont] R. Belmont2011-05-011-1/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-61/+41
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-4/+3
* cartslot.c/chd_cd.c: added support for a callback function to test softlist s... Fabio Priuli2011-04-071-1/+1
* BIG update. Aaron Giles2011-03-291-7/+7
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-3/+3
* Removed hashfile and dependencies (no whatsnew) Miodrag Milanovic2011-02-141-44/+0
* Hash generation and general cleanup. New class hash_collection holds Aaron Giles2011-02-141-36/+12
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-3/+3
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* Swap: (astring.len() != 0) -> astring Aaron Giles2010-08-211-5/+5
* Fixed image device error handling [ShimaPong, Miodrag Milanovic] Miodrag Milanovic2010-08-041-15/+13
* Fixed image based cheat file loading (no whatsnew) Miodrag Milanovic2010-07-281-6/+5
* Cleanups and version bump.mame0138u4 Aaron Giles2010-07-221-1/+1
* Adding ability to support other types of software lists, so floppies, cassett... Miodrag Milanovic2010-07-081-0/+1
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-10/+10
* Added new static call in diimage and added call to initialize subdevices for ... Miodrag Milanovic2010-06-291-0/+15
* Implemented hash file and battery support and did some cleanup (no whatsnew) Miodrag Milanovic2010-06-241-1/+195
* - Moved ioproc implementation from MESS [Miodrag Milanovic] Miodrag Milanovic2010-06-231-9/+40
* - Moved softlist implementation from MESS [Miodrag Milanovic] Miodrag Milanovic2010-06-201-42/+143
* fix Linux 64-bit compile (no whatsnew) R. Belmont2010-06-191-1/+1
* Prevent some overrides of exiting variables, implementation will be updated l... Miodrag Milanovic2010-06-181-2/+2
* Implemented most of calls for image device (no whatsnew) Miodrag Milanovic2010-06-181-2/+192
* - removed MESS dependency from config.c Miodrag Milanovic2010-06-171-1/+55
* devlegacy.c,clifront.c,info.c [Miodrag Milanovic] Miodrag Milanovic2010-06-151-0/+89