| Commit message (Expand) | Author | Age | Files | Lines |
| * | devintrf.* -> device.* |  Aaron Giles | 2011-06-28 | 1 | -1143/+0 |
| * | Fix device clock modification to update all related parameters. |  Aaron Giles | 2011-05-26 | 1 | -12/+21 |
| * | Switch input ports to use function-based constructors instead of tokens. |  Aaron Giles | 2011-05-10 | 1 | -1/+1 |
| * | "Why do you take this apart now? I'm trying to get us out of here and you pul... |  smf- | 2011-05-10 | 1 | -1/+1 |
| * | Cleanups and version bumpmame0142u3 |  Angelo Salese | 2011-05-08 | 1 | -8/+8 |
| * | "You have taken your first step into a larger world." ―Obi-Wan Kenobi |  smf- | 2011-05-06 | 1 | -1/+1 |
| * | Converted presave/postload functions to delegates. In a lot of |  Aaron Giles | 2011-04-30 | 1 | -10/+8 |
| * | Set machine prior to starting a new device if not already done. |  Aaron Giles | 2011-04-29 | 1 | -0/+5 |
| * | Switch to using delegates for some callbacks: |  Aaron Giles | 2011-04-27 | 1 | -19/+8 |
| * | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -392/+512 |
| * | Rename state_manager -> save_manager since the term "state" is overloaded. |  Aaron Giles | 2011-04-20 | 1 | -5/+5 |
| * | Privatized most of the m_machine pointers in the system to prevent |  Aaron Giles | 2011-04-19 | 1 | -3/+3 |
| * | Switch from m_machine to machine() everywhere. In some cases this |  Aaron Giles | 2011-04-18 | 1 | -17/+17 |
| * | (Big tangle of changes that all happened as I was looking into the ROM |  Aaron Giles | 2011-04-13 | 1 | -0/+24 |
| * | Move overridable device->rom_region(), device->machine_config_additions(), and |  Aaron Giles | 2011-03-30 | 1 | -3/+3 |
| * | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -11/+10 |
| * | Cleanup of machine.h. Shuffled some fields around, and moved several |  Aaron Giles | 2011-03-28 | 1 | -2/+2 |
| * | Added possibility of altering default input port setting for devices. [Miodra... |  Miodrag Milanovic | 2011-03-16 | 1 | -0/+1 |
| * | Converted core_options to a class. Removed a bunch of marginal |  Aaron Giles | 2011-03-03 | 1 | -3/+3 |
| * | Input ports can now be added to device, names are formed as sub tags from par... |  Miodrag Milanovic | 2011-02-13 | 1 | -0/+11 |
| * | mame_file is now emu_file and is a class. It is required |  Aaron Giles | 2011-02-12 | 1 | -5/+5 |
| * | Removed short name as parameter from device_config this way it is not mandato... |  Miodrag Milanovic | 2011-02-11 | 1 | -2/+1 |
| * | - Added shortname to devices in order to make ROM loading per device possible... |  Miodrag Milanovic | 2011-02-10 | 1 | -1/+2 |
| * | Get rid of state_save_register_device_* macros in favor of direct |  Aaron Giles | 2011-02-09 | 1 | -3/+3 |
| * | Moved the state saving system to C++. For now the registration macros |  Aaron Giles | 2011-02-08 | 1 | -4/+5 |
| * | Move generic templates from emucore.h to emutempl.h. |  Aaron Giles | 2011-02-07 | 1 | -3/+3 |
| * | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -0/+22 |
| * | Converted attotime to a class, with proper operators. Removed old |  Aaron Giles | 2011-02-03 | 1 | -2/+2 |
| * | Ok, last major rename for this round: |  Aaron Giles | 2011-01-01 | 1 | -1/+1 |
| * | Cleanups and version bump.mame0139u3 |  Aaron Giles | 2010-09-19 | 1 | -3/+3 |
| * | Added an integral device_timer_id to device timers. This is a |  Aaron Giles | 2010-09-17 | 1 | -1/+1 |
| * | Moved auto-finding code down into the device_t object so it can be more |  Aaron Giles | 2010-09-14 | 1 | -1/+75 |
| * | Made the mc146818 a proper device, modernized it, and added an NVRAM interface |  Aaron Giles | 2010-09-10 | 1 | -0/+11 |
| * | Added DECLARE/DEFINE_TRIVIAL_DERIVED_DEVICE macros to simplify the |  Aaron Giles | 2010-09-09 | 1 | -1/+1 |
| * | Move debug_setup() call to after the device_debug class is created. |  Aaron Giles | 2010-09-06 | 1 | -13/+3 |
| * | Integrated comments into debugcpu.c, and removed debugcmt.c. Modernized |  Aaron Giles | 2010-09-05 | 1 | -0/+5 |
| * | Have each device create its own device_debug instead of letting the |  Aaron Giles | 2010-09-04 | 1 | -0/+5 |
| * | Changed driver_data objects to be devices. Replaced the driver_data_t |  Aaron Giles | 2010-09-02 | 1 | -23/+21 |
| * | Cleanups and version bump.mame0139u2 |  Aaron Giles | 2010-08-30 | 1 | -1/+1 |
| * | De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining |  Aaron Giles | 2010-08-26 | 1 | -147/+4 |
| * | Fix crash when exiting the debugger if breakpoints are set. |  Aaron Giles | 2010-08-02 | 1 | -0/+1 |
| * | Moved debugging structure away from CPUs only and attached to all |  Aaron Giles | 2010-07-06 | 1 | -1/+1 |
| * | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 1 | -3/+18 |
| * | Added overrides to fetch the execute and state interfaces without doing |  Aaron Giles | 2010-07-02 | 1 | -0/+6 |
| * | Split mame.c into mame.c and machine.c, the latter containing the |  Aaron Giles | 2010-06-30 | 1 | -7/+7 |
| * | Made the machine_config a proper object. Added detokenize method to |  Aaron Giles | 2010-06-28 | 1 | -4/+5 |
| * | Changed device name from an overridable function to a parameter passed to |  Aaron Giles | 2010-06-25 | 1 | -2/+3 |
| * | Cleanups and version bump. |  Aaron Giles | 2010-06-17 | 1 | -24/+24 |
| * | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -303/+768 |
| * | Made device->tag and devconfig->tag into private member variables (m_tag). |  Aaron Giles | 2010-03-08 | 1 | -9/+9 |