summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devimage.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0142u6 Angelo Salese2011-06-191-2/+2
* Converted printer image device to modern (no whatsnew) Miodrag Milanovic2011-06-141-19/+2
* Cleanup of image device base classes and prepare for rewrite (no whatsnew) Miodrag Milanovic2011-06-101-500/+14
* Fix for image device unmount (no whatsnew) Miodrag Milanovic2011-05-101-1/+1
* Fixed problem with image devices due to same name in interface and device cla... Miodrag Milanovic2011-05-041-3/+3
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-82/+72
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-10/+10
* moved call_display_info() to finish_load(), so that it can exploit variables ... Fabio Priuli2011-04-081-2/+6
* cartslot.c/chd_cd.c: added support for a callback function to test softlist s... Fabio Priuli2011-04-071-1/+8
* BIG update. Aaron Giles2011-03-291-4/+4
* Removed hashfile and dependencies (no whatsnew) Miodrag Milanovic2011-02-141-3/+0
* Hash generation and general cleanup. New class hash_collection holds Aaron Giles2011-02-141-5/+2
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-10/+10
* Fix build break from last checkin. Aaron Giles2011-02-061-1/+1
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-1/+1
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-1/+1
* Fixed a stupid segfault introduced by pretending the emu can set the filename... Fabio Priuli2011-01-151-1/+1
* Improved the way software names are displayed by the Internal File Manager wh... Fabio Priuli2011-01-141-0/+7
* softlists: added WARNING if loading a software with supported="partial" or "n... Fabio Priuli2011-01-141-0/+6
* allow software lists to look for files in the rompath too [Fabio Priuli] Fabio Priuli2011-01-131-17/+35
* devimage.c: added support for split set to softlist for cass and flop too [Fa... Fabio Priuli2011-01-131-13/+8
* romload.c: added support for split set to softlist (for cart, cd and hd) [Fab... Fabio Priuli2011-01-131-6/+54
* fixed bogus creation of empty file when loading through softlists. no whatsnew. Fabio Priuli2011-01-131-2/+8
* - Fixed issue with image empty slot [Miodrag Milanovic] Miodrag Milanovic2010-11-261-0/+1
* Cleanups and version bump.mame0139u1 Aaron Giles2010-08-121-1/+1
* Newline at end of devimage.c (no whatsnew) Miodrag Milanovic2010-08-041-1/+1
* Fixed image device error handling [ShimaPong, Miodrag Milanovic] Miodrag Milanovic2010-08-041-12/+11
* Cleanups and version bump.mame0138u4 Aaron Giles2010-07-221-5/+5
* Fixed image unload and creation [Sandro Ronco, Miodrag Milanovic] Miodrag Milanovic2010-07-121-1/+5
* Adding ability to support other types of software lists, so floppies, cassett... Miodrag Milanovic2010-07-081-7/+60
* Added per-device image softlist loading routine [Miodrag Milanovic] Miodrag Milanovic2010-07-071-3/+14
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-11/+11
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-3/+3
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-1/+1
* - Fixed compile Miodrag Milanovic2010-06-271-2/+2
* Implemented hash file and battery support and did some cleanup (no whatsnew) Miodrag Milanovic2010-06-241-5/+11
* - Moved ioproc implementation from MESS [Miodrag Milanovic] Miodrag Milanovic2010-06-231-11/+52
* - Moved softlist implementation from MESS [Miodrag Milanovic] Miodrag Milanovic2010-06-201-93/+26
* Prevent some overrides of exiting variables, implementation will be updated l... Miodrag Milanovic2010-06-181-1/+1
* Changed callback function parameter types for image device (no whatsnew) Miodrag Milanovic2010-06-181-2/+2
* Implemented most of calls for image device (no whatsnew) Miodrag Milanovic2010-06-181-17/+100
* - removed MESS dependency from config.c Miodrag Milanovic2010-06-171-0/+478