| Commit message (Expand) | Author | Age | Files | Lines |
| * | Decouple memory_region parameters from the ROMREGION flags. |  Aaron Giles | 2011-03-14 | 1 | -4/+6 |
| * | Attached emu_options to the machine_config, and the running_machine |  Aaron Giles | 2011-03-10 | 1 | -12/+11 |
| * | Fix -no<option> for booleans |  Aaron Giles | 2011-03-05 | 1 | -1/+1 |
| * | Converted core_options to a class. Removed a bunch of marginal |  Aaron Giles | 2011-03-03 | 1 | -13/+13 |
| * | Modified video update system. [Miodrag Milanovic] |  Miodrag Milanovic | 2011-02-24 | 1 | -20/+3 |
| * | Input ports can now be added to device, names are formed as sub tags from par... |  Miodrag Milanovic | 2011-02-13 | 1 | -1/+1 |
| * | mame_file is now emu_file and is a class. It is required |  Aaron Giles | 2011-02-12 | 1 | -11/+9 |
| * | Removed short name as parameter from device_config this way it is not mandato... |  Miodrag Milanovic | 2011-02-11 | 1 | -1/+1 |
| * | - Added shortname to devices in order to make ROM loading per device possible... |  Miodrag Milanovic | 2011-02-10 | 1 | -1/+2 |
| * | Cleanups and version bump.mame0141u2 |  Aaron Giles | 2011-02-09 | 1 | -1/+1 |
| * | Moved the state saving system to C++. For now the registration macros |  Aaron Giles | 2011-02-08 | 1 | -7/+3 |
| * | Move generic templates from emucore.h to emutempl.h. |  Aaron Giles | 2011-02-07 | 1 | -2/+2 |
| * | As promised, the bulk update of timer calls: |  Aaron Giles | 2011-02-06 | 1 | -1/+1 |
| * | Fix build break from last checkin. |  Aaron Giles | 2011-02-06 | 1 | -9/+5 |
| * | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -13/+8 |
| * | Attotime bulk conversion step: |  Aaron Giles | 2011-02-03 | 1 | -2/+2 |
| * | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -2/+2 |
| * | C++-ified the sound and streams interfaces. Combined sound.c and streams.c |  Aaron Giles | 2011-01-27 | 1 | -6/+4 |
| * | Fixed some long standing issues with image device config (no whatsnew) |  Miodrag Milanovic | 2011-01-17 | 1 | -2/+0 |
| * | Ok, last major rename for this round: |  Aaron Giles | 2011-01-01 | 1 | -8/+8 |
| * | Fix regressions in games with buffered spriteram. |  Aaron Giles | 2010-12-06 | 1 | -1/+3 |
| * | Split the screen device into a separate module. |  Aaron Giles | 2010-12-02 | 1 | -4/+7 |
| * | C++-ified the cheat engine. |  Aaron Giles | 2010-10-27 | 1 | -3/+2 |
| * | Use "default" font for artwork elements as well. |  Aaron Giles | 2010-10-24 | 1 | -1/+1 |
| * | Create new class osd_interface to house OSD callbacks. Added new |  Aaron Giles | 2010-10-21 | 1 | -2/+3 |
| * | 03915: All sets using -autosave: "auto.sta" can mistakenly be erased |  Aaron Giles | 2010-10-19 | 1 | -1/+1 |
| * | Converted render.c objects into C++ objects. Updated all callers. |  Aaron Giles | 2010-10-13 | 1 | -4/+5 |
| * | Moved auto-finding code down into the device_t object so it can be more |  Aaron Giles | 2010-09-14 | 1 | -38/+0 |
| * | From Micko: fixed chd image loading? (mainly for MESS) |  Angelo Salese | 2010-09-07 | 1 | -12/+12 |
| * | Added templates required_shared_ptr<> and optional_shared_ptr<> which |  Aaron Giles | 2010-09-04 | 1 | -10/+10 |
| * | New model for populating devices in a driver_device class. Removed the |  Aaron Giles | 2010-09-03 | 1 | -12/+37 |
| * | Changed driver_device to expose the game_driver's ROMs through the |  Aaron Giles | 2010-09-03 | 1 | -8/+18 |
| * | Changed driver_data objects to be devices. Replaced the driver_data_t |  Aaron Giles | 2010-09-02 | 1 | -107/+170 |
| * | Changed the MACHINE_DRIVER_* macros, as follows: |  Aaron Giles | 2010-09-01 | 1 | -0/+10 |
| * | Declared virtual functions in driver_data_t for: |  Aaron Giles | 2010-08-21 | 1 | -12/+161 |
| * | I had originally wanted to convert the profiler to use scopes (e.g., |  Aaron Giles | 2010-08-21 | 1 | -4/+4 |
| * | Swap: (astring.len() != 0) -> astring |  Aaron Giles | 2010-08-21 | 1 | -1/+1 |
| * | Massive memory system change. This is another step along the path toward |  Aaron Giles | 2010-08-19 | 1 | -1/+1 |
| * | Cleanups and version bump.mame0139u1 |  Aaron Giles | 2010-08-12 | 1 | -1/+1 |
| * | (Wow, I had no idea quite so many drivers were using driver_data!) |  Aaron Giles | 2010-08-04 | 1 | -3/+27 |
| * | Placed flag removal on machine destructor, fixes issue from r9779 (no whatsnew) |  Miodrag Milanovic | 2010-07-21 | 1 | -0/+2 |
| * | Cleanups and version bump.mame0138u3 |  Aaron Giles | 2010-07-06 | 1 | -15/+15 |
| * | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 1 | -1/+6 |
| * | Fix dynamic cast in machine->describe_context(). |  Aaron Giles | 2010-07-02 | 1 | -1/+1 |
| * | Remove most other instances of cpu_get_total_cycles. |  Aaron Giles | 2010-06-30 | 1 | -1/+1 |
| * | Split mame.c into mame.c and machine.c, the latter containing the |  Aaron Giles | 2010-06-30 | 1 | -0/+1003 |