| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clean-ups and version bumpmame0145u2 |  Angelo Salese | 2012-02-26 | 1 | -2/+2 |
| * | - removed need for *_dev.lst files [Miodrag Milanovic] |  Miodrag Milanovic | 2012-02-23 | 1 | -69/+24 |
| * | Removed rom_source abstraction, which was just mapping to devices |  Aaron Giles | 2012-02-20 | 1 | -4/+5 |
| * | Sync core fixes from MESS done by OG (nw) |  Miodrag Milanovic | 2012-02-11 | 1 | -1/+1 |
| * | Some cleanup of some observed #include redundancy from source files which use... |  Scott Stone | 2012-02-06 | 1 | -2/+0 |
| * | Proper fix for issues with slots, removed old fix too (no whatsnew) |  Miodrag Milanovic | 2012-02-05 | 1 | -4/+1 |
| * | Clean-ups and version bumpmame0144u7 |  Angelo Salese | 2012-01-29 | 1 | -28/+28 |
| * | Fix for slot validation, all device related options are removed when doing va... |  Miodrag Milanovic | 2012-01-26 | 1 | -1/+4 |
| * | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -885/+821 |
| * | Major bitmap-related changes throughout the system. There are |  Aaron Giles | 2012-01-12 | 1 | -1/+1 |
| * | Clean-ups and version bumpmame0144u1 |  Angelo Salese | 2011-11-27 | 1 | -1/+1 |
| * | Proper validation fix (no whatsnew) |  Miodrag Milanovic | 2011-11-16 | 1 | -2/+4 |
| * | Validation of drivers require absence of slot and image options (no whatsnew) |  Miodrag Milanovic | 2011-11-16 | 1 | -1/+2 |
| * | Made some fixes/additions to the input system [kanikani] |  Angelo Salese | 2011-10-23 | 1 | -5/+5 |
| * | validity.c better explaination |  Angelo Salese | 2011-09-12 | 1 | -1/+1 |
| * | Clean-ups and version bumpmame0143u3 |  Angelo Salese | 2011-08-14 | 1 | -9/+9 |
| * | Added validation to check if required devices with roms are listed in lst fil... |  Miodrag Milanovic | 2011-08-03 | 1 | -0/+79 |
| * | - Updated romload so devices are loaded from separate files [Miodrag Milanovic] |  Miodrag Milanovic | 2011-08-02 | 1 | -7/+0 |
| * | Port from MESS, nw |  Angelo Salese | 2011-06-28 | 1 | -1/+1 |
| * | Fixed PORT_CONDITION to look relative to device (no whatsnew) |  Miodrag Milanovic | 2011-06-22 | 1 | -6/+10 |
| * | More GCC 4.6 fixes (no whatsnew) |  R. Belmont | 2011-05-30 | 1 | -1/+1 |
| * | Switch input ports to use function-based constructors instead of tokens. |  Aaron Giles | 2011-05-10 | 1 | -33/+29 |
| * | Attach gamedrv's input ports to the driver_device, so that there's |  Aaron Giles | 2011-05-05 | 1 | -8/+0 |
| * | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -12/+12 |
| * | (Big tangle of changes that all happened as I was looking into the ROM |  Aaron Giles | 2011-04-13 | 1 | -38/+36 |
| * | Move overridable device->rom_region(), device->machine_config_additions(), and |  Aaron Giles | 2011-03-30 | 1 | -2/+3 |
| * | Don't pass both a machine_config and an emu_options, since the options |  Aaron Giles | 2011-03-11 | 1 | -3/+3 |
| * | Attached emu_options to the machine_config, and the running_machine |  Aaron Giles | 2011-03-10 | 1 | -1/+1 |
| * | Converted core_options to a class. Removed a bunch of marginal |  Aaron Giles | 2011-03-03 | 1 | -4/+6 |
| * | Hash generation and general cleanup. New class hash_collection holds |  Aaron Giles | 2011-02-14 | 1 | -4/+3 |
| * | Input ports can now be added to device, names are formed as sub tags from par... |  Miodrag Milanovic | 2011-02-13 | 1 | -1/+12 |
| * | mame_file is now emu_file and is a class. It is required |  Aaron Giles | 2011-02-12 | 1 | -4/+4 |
| * | Display all warnings during validate of devices shortname (no whatsnew) |  Miodrag Milanovic | 2011-02-10 | 1 | -1/+0 |
| * | - Added shortname to devices in order to make ROM loading per device possible... |  Miodrag Milanovic | 2011-02-10 | 1 | -0/+4 |
| * | Split the screen device into a separate module. |  Aaron Giles | 2010-12-02 | 1 | -1/+1 |
| * | Changed driver_device to expose the game_driver's ROMs through the |  Aaron Giles | 2010-09-03 | 1 | -139/+120 |
| * | Cleanups and version bump.mame0139u2 |  Aaron Giles | 2010-08-30 | 1 | -1/+1 |
| * | Haha, recent change to astrings also revealed that validity checks |  Aaron Giles | 2010-08-21 | 1 | -5/+8 |
| * | Swap: (astring.len() != 0) -> astring |  Aaron Giles | 2010-08-21 | 1 | -2/+2 |
| * | Fix crasher caused by new astring operators (original code |  Aaron Giles | 2010-08-19 | 1 | -1/+1 |
| * | Cleanups and version bump.mame0139u1 |  Aaron Giles | 2010-08-12 | 1 | -1/+1 |
| * | Return to type safety. Changed address maps back into functions that build |  Aaron Giles | 2010-08-01 | 1 | -36/+44 |
| * | Made the machine_config a proper object. Added detokenize method to |  Aaron Giles | 2010-06-28 | 1 | -11/+11 |
| * | Cleanups and version bump. |  Aaron Giles | 2010-06-17 | 1 | -1/+1 |
| * | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -474/+142 |
| * | Made device->tag and devconfig->tag into private member variables (m_tag). |  Aaron Giles | 2010-03-08 | 1 | -28/+28 |
| * | Changed all driver_data structs into classes with a simple |  Aaron Giles | 2010-02-25 | 1 | -12/+0 |
| * | Cleanups and version bump.mame0136u3 |  Aaron Giles | 2010-02-14 | 1 | -17/+17 |
| * | - Moved natural keyboard support from MESS to MAME |  Miodrag Milanovic | 2010-02-12 | 1 | -16/+6 |
| * | Removed GAME_SHARE_ROMS flag and commented old check for duplicate ROM entries |  Miodrag Milanovic | 2010-02-11 | 1 | -2/+3 |