| Commit message (Expand) | Author | Age | Files | Lines |
| * | devintrf.* -> device.* |  Aaron Giles | 2011-06-28 | 1 | -544/+0 |
| * | Fix device clock modification to update all related parameters. |  Aaron Giles | 2011-05-26 | 1 | -1/+1 |
| * | Readd type checking to late-binding delegates. This is generally used in |  Aaron Giles | 2011-05-11 | 1 | -1/+1 |
| * | Switch input ports to use function-based constructors instead of tokens. |  Aaron Giles | 2011-05-10 | 1 | -3/+2 |
| * | Cleanups and version bumpmame0142u3 |  Angelo Salese | 2011-05-08 | 1 | -4/+4 |
| * | Converted btoads to a modern driver as a checkpoint to see what's |  Aaron Giles | 2011-05-04 | 1 | -0/+3 |
| * | Be consistent about template argument naming. |  Aaron Giles | 2011-04-30 | 1 | -16/+16 |
| * | Converted presave/postload functions to delegates. In a lot of |  Aaron Giles | 2011-04-30 | 1 | -2/+2 |
| * | Latest delegate changes removed the need for bindable_object, so |  Aaron Giles | 2011-04-29 | 1 | -3/+3 |
| * | Switch to using delegates for some callbacks: |  Aaron Giles | 2011-04-27 | 1 | -6/+5 |
| * | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -284/+108 |
| * | Rename state_manager -> save_manager since the term "state" is overloaded. |  Aaron Giles | 2011-04-20 | 1 | -3/+3 |
| * | Privatized most of the m_machine pointers in the system to prevent |  Aaron Giles | 2011-04-19 | 1 | -1/+3 |
| * | Switch from m_machine to machine() everywhere. In some cases this |  Aaron Giles | 2011-04-18 | 1 | -0/+2 |
| * | (Big tangle of changes that all happened as I was looking into the ROM |  Aaron Giles | 2011-04-13 | 1 | -1/+5 |
| * | Move overridable device->rom_region(), device->machine_config_additions(), and |  Aaron Giles | 2011-03-30 | 1 | -6/+7 |
| * | Add template specializations for device/state/memory interfaces that are |  Aaron Giles | 2011-03-29 | 1 | -0/+3 |
| * | BIG update. |  Aaron Giles | 2011-03-29 | 1 | -7/+7 |
| * | Added device_t::memory() to fetch a reference to the memory interface, |  Aaron Giles | 2011-03-27 | 1 | -7/+9 |
| * | Added possibility of altering default input port setting for devices. [Miodra... |  Miodrag Milanovic | 2011-03-16 | 1 | -0/+6 |
| * | 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/+3 |
| * | mame_file is now emu_file and is a class. It is required |  Aaron Giles | 2011-02-12 | 1 | -3/+3 |
| * | Removed short name as parameter from device_config this way it is not mandato... |  Miodrag Milanovic | 2011-02-11 | 1 | -3/+3 |
| * | - Added shortname to devices in order to make ROM loading per device possible... |  Miodrag Milanovic | 2011-02-10 | 1 | -4/+5 |
| * | Cleanups and version bump.mame0141u2 |  Aaron Giles | 2011-02-09 | 1 | -1/+1 |
| * | Take advantage of the driver_device to clean up state saving for |  Aaron Giles | 2011-02-08 | 1 | -1/+1 |
| * | Moved the state saving system to C++. For now the registration macros |  Aaron Giles | 2011-02-08 | 1 | -0/+7 |
| * | Move generic templates from emucore.h to emutempl.h. |  Aaron Giles | 2011-02-07 | 1 | -7/+7 |
| * | Convert emu_timers to objects. Move implementation and management of |  Aaron Giles | 2011-02-06 | 1 | -1/+6 |
| * | Ok, last major rename for this round: |  Aaron Giles | 2011-01-01 | 1 | -4/+4 |
| * | running_device -> device_t |  Aaron Giles | 2010-12-31 | 1 | -4/+0 |
| * | MDRV_* -> MCFG_* |  Aaron Giles | 2010-12-31 | 1 | -3/+3 |
| * | More Clang fixes (verified OK with GCC) [Balrog] |  R. Belmont | 2010-10-16 | 1 | -4/+4 |
| * | Fix another Clang issue [Balrog] |  R. Belmont | 2010-10-03 | 1 | -6/+6 |
| * | Cleanups and version bump.mame0139u3 |  Aaron Giles | 2010-09-19 | 1 | -21/+21 |
| * | 04030: All sets in taito_f3.c, taito_z.c, kaneko16.c, konamigq.c, overdriv.c:... |  Aaron Giles | 2010-09-18 | 1 | -0/+1 |
| * | Added an integral device_timer_id to device timers. This is a |  Aaron Giles | 2010-09-17 | 1 | -2/+6 |
| * | Moved auto-finding code down into the device_t object so it can be more |  Aaron Giles | 2010-09-14 | 1 | -0/+105 |
| * | Made the mc146818 a proper device, modernized it, and added an NVRAM interface |  Aaron Giles | 2010-09-10 | 1 | -0/+5 |
| * | Added DECLARE/DEFINE_TRIVIAL_DERIVED_DEVICE macros to simplify the |  Aaron Giles | 2010-09-09 | 1 | -1/+35 |
| * | Move debug_setup() call to after the device_debug class is created. |  Aaron Giles | 2010-09-06 | 1 | -1/+0 |
| * | Added read_status() and write_command() methods to the okim6295_device |  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 | -1/+0 |
| * | Changed driver_data objects to be devices. Replaced the driver_data_t |  Aaron Giles | 2010-09-02 | 1 | -1/+2 |
| * | 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 | -29/+9 |
| * | Massive memory system change. This is another step along the path toward |  Aaron Giles | 2010-08-19 | 1 | -1/+1 |
| * | Remove the global clock accessors and cpu_* aliases: |  Aaron Giles | 2010-07-07 | 1 | -28/+0 |
| * | Time to kill off some deadwood. |  Aaron Giles | 2010-07-07 | 1 | -1/+0 |