summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/devlegcy.c
Commit message (Expand)AuthorAgeFilesLines
* Removed LEGACY_MEMORY_DEVICE and LEGACY_NVRAM_DEVICE support in core, since n... Miodrag Milanovic2012-02-031-85/+0
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-4/+3
* Ensure m_token is NULL in the event of a 0-length token for legacy devices. Aaron Giles2011-04-301-1/+2
* Move call to legacy device's stop function to device_stop() from the Aaron Giles2011-04-301-6/+14
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-138/+67
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-1/+1
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-0/+1
* BIG update. Aaron Giles2011-03-291-1/+1
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-1/+1
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-4/+4
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-1/+1
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-1/+2
* Added a virtual stream update function to the device sound interface. Aaron Giles2011-01-211-0/+11
* Cleanups and version bump.mame0139u2 Aaron Giles2010-08-301-1/+1
* De-converted MACHINE_DRIVER from tokens back to constructor functions, regaining Aaron Giles2010-08-261-0/+59
* Return to type safety. Changed address maps back into functions that build Aaron Giles2010-08-011-2/+2
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-061-2/+2
* Changed device name from an overridable function to a parameter passed to Aaron Giles2010-06-251-1/+4
* - removed MESS dependency from config.c Miodrag Milanovic2010-06-171-214/+1
* Cleanups and version bump. Aaron Giles2010-06-171-34/+34
* More OS X PPC fixes (no whatsnew) R. Belmont2010-06-171-1/+1
* Image device cleanup (no whatsnew) Miodrag Milanovic2010-06-161-103/+119
* devlegacy.c,clifront.c,info.c [Miodrag Milanovic] Miodrag Milanovic2010-06-151-0/+197
* Add back the validity check support for legacy devices to help MESS. Aaron Giles2010-06-111-0/+14
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-0/+332