summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/validity.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-98/+98
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* device_gfx_interface [Alex Jackson] Alex W. Jackson2014-04-051-20/+0
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-4/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-6/+5
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-77/+0
* Added ability to add optional or required device/ioport/memory_region/... [Mi... Miodrag Milanovic2014-02-151-2/+6
* Slot options can now be configured inline without creating an array. Legacy s... smf-2013-12-161-4/+3
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* added missing short names to legacy devices and added validation that short n... Miodrag Milanovic2013-08-231-3/+7
* core validation message were never shown (nw) Oliver Stöneberg2013-07-041-0/+18
* made required/optional device finder part of validation (nw) Miodrag Milanovic2013-04-101-0/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-7/+7
* removed unnecessary strlen() usage (no whatsnew) Oliver Stöneberg2012-07-271-1/+1
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-58/+59
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-1/+1
* Clean-ups and version bumpmame0145u2 Angelo Salese2012-02-261-2/+2
* - removed need for *_dev.lst files [Miodrag Milanovic] Miodrag Milanovic2012-02-231-69/+24
* Removed rom_source abstraction, which was just mapping to devices Aaron Giles2012-02-201-4/+5
* Sync core fixes from MESS done by OG (nw) Miodrag Milanovic2012-02-111-1/+1
* Some cleanup of some observed #include redundancy from source files which use... Scott Stone2012-02-061-2/+0
* Proper fix for issues with slots, removed old fix too (no whatsnew) Miodrag Milanovic2012-02-051-4/+1
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-291-28/+28
* Fix for slot validation, all device related options are removed when doing va... Miodrag Milanovic2012-01-261-1/+4
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-885/+821
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+1
* Clean-ups and version bumpmame0144u1 Angelo Salese2011-11-271-1/+1
* Proper validation fix (no whatsnew) Miodrag Milanovic2011-11-161-2/+4
* Validation of drivers require absence of slot and image options (no whatsnew) Miodrag Milanovic2011-11-161-1/+2
* Made some fixes/additions to the input system [kanikani] Angelo Salese2011-10-231-5/+5
* validity.c better explaination Angelo Salese2011-09-121-1/+1
* Clean-ups and version bumpmame0143u3 Angelo Salese2011-08-141-9/+9
* Added validation to check if required devices with roms are listed in lst fil... Miodrag Milanovic2011-08-031-0/+79
* - Updated romload so devices are loaded from separate files [Miodrag Milanovic] Miodrag Milanovic2011-08-021-7/+0
* Port from MESS, nw Angelo Salese2011-06-281-1/+1
* Fixed PORT_CONDITION to look relative to device (no whatsnew) Miodrag Milanovic2011-06-221-6/+10
* More GCC 4.6 fixes (no whatsnew) R. Belmont2011-05-301-1/+1
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-33/+29
* Attach gamedrv's input ports to the driver_device, so that there's Aaron Giles2011-05-051-8/+0
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-12/+12
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-38/+36
* Move overridable device->rom_region(), device->machine_config_additions(), and Aaron Giles2011-03-301-2/+3
* Don't pass both a machine_config and an emu_options, since the options Aaron Giles2011-03-111-3/+3
* Attached emu_options to the machine_config, and the running_machine Aaron Giles2011-03-101-1/+1
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-4/+6
* Hash generation and general cleanup. New class hash_collection holds Aaron Giles2011-02-141-4/+3
* Input ports can now be added to device, names are formed as sub tags from par... Miodrag Milanovic2011-02-131-1/+12
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-4/+4
* Display all warnings during validate of devices shortname (no whatsnew) Miodrag Milanovic2011-02-101-1/+0