| Commit message (Expand) | Author | Age | Files | Lines |
* | image.c: Added support for loading a default battery, instead of a fixed fill... |  Fabio Priuli | 2014-05-02 | 1 | -0/+24 |
* | Moved src/emu/uigfx.? ==> src/emu/ui/viewgfx.?, move C++-ifications |  Nathan Woods | 2014-01-25 | 1 | -124/+0 |
* | Cleanups and version bumpmame0148 |  Miodrag Milanovic | 2013-01-11 | 1 | -18/+18 |
* | Added .cdr as a synonym for .iso, as seen on e.g. archive.org (nw) |  Justin Kerk | 2012-12-06 | 1 | -1/+1 |
* | Removed legacy image devices and related code (no whatsnew) |  Miodrag Milanovic | 2012-03-06 | 1 | -2/+0 |
* | Removed some calls in image.c, note that add_dynamic_device is still used, it... |  Miodrag Milanovic | 2012-02-20 | 1 | -20/+0 |
* | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -27/+17 |
* | Removed old C-based interface to astrings. astring exists only as |  Aaron Giles | 2012-01-03 | 1 | -11/+11 |
* | Clean-ups and version bumpmame0144u4 |  Angelo Salese | 2011-12-24 | 1 | -1/+1 |
* | Added support for required field in softlist (no whatsnew) |  Miodrag Milanovic | 2011-12-21 | 1 | -1/+8 |
* | Moved format handling and all formats to separate library [Miodrag Milanovic] |  Miodrag Milanovic | 2011-05-06 | 1 | -0/+1 |
* | Switch to using delegates for some callbacks: |  Aaron Giles | 2011-04-27 | 1 | -2/+2 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -37/+18 |
* | Cleanups again |  Angelo Salese | 2011-04-18 | 1 | -2/+2 |
* | No need for this assert, previous check was to make sure thing exists. This f... |  Miodrag Milanovic | 2011-04-05 | 1 | -3/+2 |
* | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -29/+29 |
* | Cleanup of machine.h. Shuffled some fields around, and moved several |  Aaron Giles | 2011-03-28 | 1 | -7/+7 |
* | Cleanups and version bump.mame0141u4 |  Aaron Giles | 2011-03-25 | 1 | -1/+1 |
* | Converted core_options to a class. Removed a bunch of marginal |  Aaron Giles | 2011-03-03 | 1 | -11/+16 |
* | Removed hashfile and dependencies (no whatsnew) |  Miodrag Milanovic | 2011-02-14 | 1 | -4/+6 |
* | mame_file is now emu_file and is a class. It is required |  Aaron Giles | 2011-02-12 | 1 | -45/+20 |
* | Move generic templates from emucore.h to emutempl.h. |  Aaron Giles | 2011-02-07 | 1 | -4/+4 |
* | fixed another small error message problem |  Fabio Priuli | 2011-01-14 | 1 | -3/+2 |
* | fixed empty image name. no whatsnew. |  Fabio Priuli | 2011-01-14 | 1 | -2/+2 |
* | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -1/+1 |
* | De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining |  Aaron Giles | 2010-08-26 | 1 | -3/+3 |
* | Fixed image device error handling [ShimaPong, Miodrag Milanovic] |  Miodrag Milanovic | 2010-08-04 | 1 | -5/+4 |
* | Cleanups and version bump.mame0138u3 |  Aaron Giles | 2010-07-06 | 1 | -19/+19 |
* | Added call to add device with parameters sent and his sub devices (no whatsnew) |  Miodrag Milanovic | 2010-06-30 | 1 | -0/+33 |
* | Split mame.c into mame.c and machine.c, the latter containing the |  Aaron Giles | 2010-06-30 | 1 | -9/+9 |
* | Moved back utility functions in order to make mess tools compile again (no wh... |  Miodrag Milanovic | 2010-06-29 | 1 | -111/+0 |
* | Moved some utility functions to image from MESS (no whatsnew) |  Miodrag Milanovic | 2010-06-29 | 1 | -1/+112 |
* | Added new static call in diimage and added call to initialize subdevices for ... |  Miodrag Milanovic | 2010-06-29 | 1 | -0/+2 |
* | Made the machine_config a proper object. Added detokenize method to |  Aaron Giles | 2010-06-28 | 1 | -8/+8 |
* | - Fixed compile |  Miodrag Milanovic | 2010-06-27 | 1 | -4/+2 |
* | Changed device name from an overridable function to a parameter passed to |  Aaron Giles | 2010-06-25 | 1 | -4/+4 |
* | Fixed warning (no whatsnew) |  Miodrag Milanovic | 2010-06-24 | 1 | -0/+1 |
* | - Moved ioproc implementation from MESS [Miodrag Milanovic] |  Miodrag Milanovic | 2010-06-23 | 1 | -0/+239 |
* | - Added writeconfig option to emuopts (default for MAME is off) to save ini o... |  Miodrag Milanovic | 2010-06-18 | 1 | -1/+60 |
* | Implemented most of calls for image device (no whatsnew) |  Miodrag Milanovic | 2010-06-18 | 1 | -24/+58 |
* | - removed MESS dependency from config.c |  Miodrag Milanovic | 2010-06-17 | 1 | -0/+168 |