summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diimage.c
Commit message (Expand)AuthorAgeFilesLines
* added missing \n to some more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-1/+1
* DEVINFO_* to CPU_INFO_*, and some cleanups (no whatsnew) Miodrag Milanovic2012-09-031-1/+1
* removed unnecessary strlen() usage (no whatsnew) Oliver Stöneberg2012-07-271-1/+1
* Added device image type for individual ROM images (as used in some Amstrad CP... mahlemiut2012-05-071-0/+2
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-2/+2
* Move driver list/enumerator to new file drivenum.c/.h. Aaron Giles2012-04-061-0/+1
* Display softlist in menu only for devices having interface set (no whatsnew) Miodrag Milanovic2012-03-301-1/+1
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-03-061-6/+8
* Clean-ups and version bumpmame0145u2 Angelo Salese2012-02-261-1/+1
* Give more proper name and disabled loading of soflist items in open_image_fil... Miodrag Milanovic2012-02-211-3/+3
* Added helpers for loading file for slot determination (no whatsnew) Miodrag Milanovic2012-02-211-3/+25
* Remove redundant hashing code, use hashing.h instead. Aaron Giles2012-02-161-1/+2
* Some cleanup of some observed #include redundancy from source files which use... Scott Stone2012-02-061-1/+0
* Clean-ups and version bump Angelo Salese2012-02-051-1/+1
* workaround for softlist images ending up with the wrong basename. this fixes ... Fabio Priuli2012-02-051-1/+9
* Fix regression on softload item load using menus (no whatsnew) Miodrag Milanovic2012-01-301-5/+17
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-01-251-3/+11
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-17/+9
* floppy: Do specific UI handling [O. Galibert] Olivier Galibert2012-01-231-41/+64
* Cleanups and version bumpmame0144u5 Angelo Salese2012-01-081-5/+5
* uiimage/diimage: Dumbify the menus and add a control layer [O. Galibert] Olivier Galibert2012-01-071-2/+302
* Removed old C-based interface to astrings. astring exists only as Aaron Giles2012-01-031-9/+7
* Clean-ups and version bumpmame0144 Angelo Salese2011-11-131-1/+1
* Call unload image for cart softlist items too (no whatsnew) Miodrag Milanovic2011-11-101-1/+2
* - Removing MD5 support in ROMLOAD_* [Oliver Stoneberg] Miodrag Milanovic2011-07-311-1/+1
* Update support for slot devices based softlists (no whatsnew) Miodrag Milanovic2011-07-171-1/+1
* 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