summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/validity.c
Commit message (Expand)AuthorAgeFilesLines
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-1112/+0
* Removed some unused variables (nw) Miodrag Milanovic2015-10-271-1/+0
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-3/+3
* Actually return an error when the validity check fails Dirk Best2015-07-111-1/+3
* validity: add basic signed integer arithmetic tests to core validation [Alex ... Alex W. Jackson2015-06-261-0/+12
* memory: Remove support for decrypted bases, use an address space instead [O. ... Olivier Galibert2015-06-241-2/+0
* Self-service (nw) Paul Priest2015-05-241-1/+1
* Another round of -Wextra -Wdouble-promotion fixes. (nw) couriersud2015-05-201-1/+1
* small cleanup (nw) Miodrag Milanovic2015-04-221-6/+2
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-21/+21
* removed bool conversion and implicit empty check (nw) Miodrag Milanovic2015-04-191-1/+1
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-181-2/+2
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-4/+4
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-2/+2
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-11/+11
* First step to move osd_printf_* into osd again. Callbacks are now couriersud2015-03-041-43/+39
* validity.c : allow uppercase characters in ROM names so we can more accuratel... mamehaze2015-02-021-8/+0
* unregister OSD_OUTPUT_CHANNEL hooks when validity_checker is destroyed - fixe... Oliver Stöneberg2014-09-081-0/+9
* 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