summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/image.c
Commit message (Expand)AuthorAgeFilesLines
* Moved format handling and all formats to separate library [Miodrag Milanovic] Miodrag Milanovic2011-05-061-0/+1
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-37/+18
* Cleanups again Angelo Salese2011-04-181-2/+2
* No need for this assert, previous check was to make sure thing exists. This f... Miodrag Milanovic2011-04-051-3/+2
* BIG update. Aaron Giles2011-03-291-29/+29
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-7/+7
* Cleanups and version bump.mame0141u4 Aaron Giles2011-03-251-1/+1
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-11/+16
* Removed hashfile and dependencies (no whatsnew) Miodrag Milanovic2011-02-141-4/+6
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-45/+20
* Move generic templates from emucore.h to emutempl.h. Aaron Giles2011-02-071-4/+4
* fixed another small error message problem Fabio Priuli2011-01-141-3/+2
* fixed empty image name. no whatsnew. Fabio Priuli2011-01-141-2/+2
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-3/+3
* Fixed image device error handling [ShimaPong, Miodrag Milanovic] Miodrag Milanovic2010-08-041-5/+4
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-19/+19
* Added call to add device with parameters sent and his sub devices (no whatsnew) Miodrag Milanovic2010-06-301-0/+33
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-9/+9
* Moved back utility functions in order to make mess tools compile again (no wh... Miodrag Milanovic2010-06-291-111/+0
* Moved some utility functions to image from MESS (no whatsnew) Miodrag Milanovic2010-06-291-1/+112
* Added new static call in diimage and added call to initialize subdevices for ... Miodrag Milanovic2010-06-291-0/+2
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-8/+8
* - Fixed compile Miodrag Milanovic2010-06-271-4/+2
* Changed device name from an overridable function to a parameter passed to Aaron Giles2010-06-251-4/+4
* Fixed warning (no whatsnew) Miodrag Milanovic2010-06-241-0/+1
* - Moved ioproc implementation from MESS [Miodrag Milanovic] Miodrag Milanovic2010-06-231-0/+239
* - Added writeconfig option to emuopts (default for MAME is off) to save ini o... Miodrag Milanovic2010-06-181-1/+60
* Implemented most of calls for image device (no whatsnew) Miodrag Milanovic2010-06-181-24/+58
* - removed MESS dependency from config.c Miodrag Milanovic2010-06-171-0/+168