summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/image.c
Commit message (Expand)AuthorAgeFilesLines
* 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