summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devlegcy.h
Commit message (Expand)AuthorAgeFilesLines
* Removed LEGACY_MEMORY_DEVICE and LEGACY_NVRAM_DEVICE support in core, since n... Miodrag Milanovic2012-02-031-49/+0
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-1/+1
* Removed not used legacy call (no whatsnew) Miodrag Milanovic2011-11-261-1/+0
* Cleanups and version bumpmame0142u6 Angelo Salese2011-06-191-2/+2
* Cleanup of image device base classes and prepare for rewrite (no whatsnew) Miodrag Milanovic2011-06-101-51/+14
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-2/+2
* Be consistent about template argument naming. Aaron Giles2011-04-301-2/+2
* Move call to legacy device's stop function to device_stop() from the Aaron Giles2011-04-301-0/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-183/+90
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-1/+1
* cartslot.c/chd_cd.c: added support for a callback function to test softlist s... Fabio Priuli2011-04-071-0/+2
* Move overridable device->rom_region(), device->machine_config_additions(), and Aaron Giles2011-03-301-4/+3
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-1/+1
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-3/+3
* Input ports can now be added to device, names are formed as sub tags from par... Miodrag Milanovic2011-02-131-0/+3
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-7/+7
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-0/+1
* Fix compiling on GCC 4.6 prerelease [Belegdol] R. Belmont2011-02-091-1/+1
* Added a virtual stream update function to the device sound interface. Aaron Giles2011-01-211-0/+3
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-53/+53
* Remove artificial SOUND_ prefix from sound device names. Aaron Giles2010-09-021-2/+2
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-8/+14
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-10/+10
* Adding ability to support other types of software lists, so floppies, cassett... Miodrag Milanovic2010-07-081-0/+1
* Added per-device image softlist loading routine [Miodrag Milanovic] Miodrag Milanovic2010-07-071-0/+2
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-5/+5
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-4/+4
* Modified way device_type constants are defined in order to get unidasm compil... Miodrag Milanovic2010-06-291-2/+3
* Changed device name from an overridable function to a parameter passed to Aaron Giles2010-06-251-2/+0
* Implemented hash file and battery support and did some cleanup (no whatsnew) Miodrag Milanovic2010-06-241-2/+2
* - Moved ioproc implementation from MESS [Miodrag Milanovic] Miodrag Milanovic2010-06-231-13/+11
* - Moved softlist implementation from MESS [Miodrag Milanovic] Miodrag Milanovic2010-06-201-10/+0
* Implemented most of calls for image device (no whatsnew) Miodrag Milanovic2010-06-181-16/+11
* - removed MESS dependency from config.c Miodrag Milanovic2010-06-171-31/+35
* Cleanups and version bump. Aaron Giles2010-06-171-80/+80
* Image device cleanup (no whatsnew) Miodrag Milanovic2010-06-161-72/+56
* devlegacy.c,clifront.c,info.c [Miodrag Milanovic] Miodrag Milanovic2010-06-151-1/+155
* Legacy memory and nvram device define and declare had exchanged implementatio... Miodrag Milanovic2010-06-131-4/+4
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-118/+60
* Add back the validity check support for legacy devices to help MESS. Aaron Giles2010-06-111-0/+9
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-0/+583