| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed LEGACY_MEMORY_DEVICE and LEGACY_NVRAM_DEVICE support in core, since n... |  Miodrag Milanovic | 2012-02-03 | 1 | -49/+0 |
* | Move devices into a proper hierarchy and handle naming |  Aaron Giles | 2012-01-24 | 1 | -1/+1 |
* | Removed not used legacy call (no whatsnew) |  Miodrag Milanovic | 2011-11-26 | 1 | -1/+0 |
* | Cleanups and version bumpmame0142u6 |  Angelo Salese | 2011-06-19 | 1 | -2/+2 |
* | Cleanup of image device base classes and prepare for rewrite (no whatsnew) |  Miodrag Milanovic | 2011-06-10 | 1 | -51/+14 |
* | Switch input ports to use function-based constructors instead of tokens. |  Aaron Giles | 2011-05-10 | 1 | -2/+2 |
* | Be consistent about template argument naming. |  Aaron Giles | 2011-04-30 | 1 | -2/+2 |
* | Move call to legacy device's stop function to device_stop() from the |  Aaron Giles | 2011-04-30 | 1 | -0/+1 |
* | Collapsed device_config and device_t into one class. Updated all |  Aaron Giles | 2011-04-27 | 1 | -183/+90 |
* | (Big tangle of changes that all happened as I was looking into the ROM |  Aaron Giles | 2011-04-13 | 1 | -1/+1 |
* | cartslot.c/chd_cd.c: added support for a callback function to test softlist s... |  Fabio Priuli | 2011-04-07 | 1 | -0/+2 |
* | Move overridable device->rom_region(), device->machine_config_additions(), and |  Aaron Giles | 2011-03-30 | 1 | -4/+3 |
* | Created new enum type address_spacenum for specifying an address |  Aaron Giles | 2011-03-27 | 1 | -1/+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/+3 |
* | mame_file is now emu_file and is a class. It is required |  Aaron Giles | 2011-02-12 | 1 | -7/+7 |
* | - Added shortname to devices in order to make ROM loading per device possible... |  Miodrag Milanovic | 2011-02-10 | 1 | -0/+1 |
* | Fix compiling on GCC 4.6 prerelease [Belegdol] |  R. Belmont | 2011-02-09 | 1 | -1/+1 |
* | Added a virtual stream update function to the device sound interface. |  Aaron Giles | 2011-01-21 | 1 | -0/+3 |
* | MDRV_* -> MCFG_* |  Aaron Giles | 2010-12-31 | 1 | -53/+53 |
* | Remove artificial SOUND_ prefix from sound device names. |  Aaron Giles | 2010-09-02 | 1 | -2/+2 |
* | De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining |  Aaron Giles | 2010-08-26 | 1 | -8/+14 |
* | Return to type safety. Changed address maps back into functions that build |  Aaron Giles | 2010-08-01 | 1 | -10/+10 |
* | Adding ability to support other types of software lists, so floppies, cassett... |  Miodrag Milanovic | 2010-07-08 | 1 | -0/+1 |
* | Added per-device image softlist loading routine [Miodrag Milanovic] |  Miodrag Milanovic | 2010-07-07 | 1 | -0/+2 |
* | Cleanups and version bump.mame0138u3 |  Aaron Giles | 2010-07-06 | 1 | -5/+5 |
* | Created CPU-specific device types for all CPUs, using new macros |  Aaron Giles | 2010-07-03 | 1 | -4/+4 |
* | Modified way device_type constants are defined in order to get unidasm compil... |  Miodrag Milanovic | 2010-06-29 | 1 | -2/+3 |
* | Changed device name from an overridable function to a parameter passed to |  Aaron Giles | 2010-06-25 | 1 | -2/+0 |
* | Implemented hash file and battery support and did some cleanup (no whatsnew) |  Miodrag Milanovic | 2010-06-24 | 1 | -2/+2 |
* | - Moved ioproc implementation from MESS [Miodrag Milanovic] |  Miodrag Milanovic | 2010-06-23 | 1 | -13/+11 |
* | - Moved softlist implementation from MESS [Miodrag Milanovic] |  Miodrag Milanovic | 2010-06-20 | 1 | -10/+0 |
* | Implemented most of calls for image device (no whatsnew) |  Miodrag Milanovic | 2010-06-18 | 1 | -16/+11 |
* | - removed MESS dependency from config.c |  Miodrag Milanovic | 2010-06-17 | 1 | -31/+35 |
* | Cleanups and version bump. |  Aaron Giles | 2010-06-17 | 1 | -80/+80 |
* | Image device cleanup (no whatsnew) |  Miodrag Milanovic | 2010-06-16 | 1 | -72/+56 |
* | devlegacy.c,clifront.c,info.c [Miodrag Milanovic] |  Miodrag Milanovic | 2010-06-15 | 1 | -1/+155 |
* | Legacy memory and nvram device define and declare had exchanged implementatio... |  Miodrag Milanovic | 2010-06-13 | 1 | -4/+4 |
* | Split implementation for legacy devices into a separate macro. Updated all |  Aaron Giles | 2010-06-11 | 1 | -118/+60 |
* | Add back the validity check support for legacy devices to help MESS. |  Aaron Giles | 2010-06-11 | 1 | -0/+9 |
* | WARNING: There are likely to be regressions in both functionality and |  Aaron Giles | 2010-06-08 | 1 | -0/+583 |