summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/validity.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* fix -valid with MSVC (nw) Vas Crabb2017-08-241-1/+1
* Move unemulated/imperfect flags from machines into devices. Vas Crabb2017-07-271-10/+27
* remove this check - it causes MSVC release builds to crash, and the things it... Vas Crabb2017-07-151-65/+56
* Should be slightly more efficient this way (nw) AJR2017-06-101-4/+7
* Further improvements to slot option validation (nw) AJR2017-06-101-36/+33
* fix the missing default subslot devices on slot card validation Vas Crabb2017-06-111-2/+21
* Fix region validation for slot devices (nw) AJR2017-06-101-3/+4
* improve code for instantiating slot devices for validation - still doesn't fi... Vas Crabb2017-06-111-2/+14
* Attempt basic validation of slot cards Vas Crabb2017-06-101-0/+21
* Add validation check for contradictory flags, fix things it caught (nw) Vas Crabb2017-05-311-1/+9
* More auxiliary verb stuff: Vas Crabb2017-05-181-0/+4
* Misc. validation fixes (nw) AJR2017-05-181-34/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-10/+10
* Changed validity_checker to keep a fresh emu_options for validation purposes ... npwoods2017-04-151-2/+1
* Changed the validity checks to have its own emu_options Nathan Woods2017-04-091-1/+2
* clean up a few more device issues, add basic device validation Vas Crabb2017-03-031-10/+130
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-252/+252
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-252/+252
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* check that driver names contain only [0-9a-z_] (nw) Vas Crabb2016-09-101-0/+8
* Increased max length of parent name to 16, for evaluation purposes. (nw) Robbbert2016-09-091-2/+2
* Validity checking improvements AJR2016-07-271-1/+7
* Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h... Nathan Woods2016-07-231-1/+1
* check a bunch more RGB operations in validity (nw) Vas Crabb2016-07-151-30/+319
* Introduce validity checks for RGB utilities and fix bugs uncovered [Vas Crabb] Vas Crabb2016-07-141-38/+597
* ioport tagged_list to unordered_map (nw) Miodrag Milanovic2016-06-181-6/+6
* tagged_list to unordered_map for slots (nw) Miodrag Milanovic2016-06-181-3/+3
* Ioport refactoring and cleanups (nw) AJR2016-05-181-3/+11
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+2
* Iterate over devices C++11 style AJR2016-04-181-30/+25
* lower deps on clifront.h (nw) Miodrag Milanovic2016-04-151-1/+2
* Typo fix: nonexistant → nonexistent Jordi Mallach2016-04-011-2/+2
* Iterate over core classes C++11 style AJR2016-03-311-30/+30
* Further reduce template instantiations Vas Crabb2016-03-041-22/+2
* removed test since atomic functions about to be removed (nw) Miodrag Milanovic2016-03-011-17/+0
* ui: Moved options "Configure Directories" and "Save Configuration" into "Conf... dankan18902016-02-271-2/+2
* Revert "New driver specifiers; modify -listclones, -listsource; add -listtree" Miodrag Milanović2016-02-251-1/+1
* New driver specifiers; changes to -listclones, -listsource; add -listtree AJR2016-02-241-1/+1
* Some more validity checking improvements: AJR2016-01-241-10/+8
* reverting: Miodrag Milanovic2016-01-201-5/+5
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-5/+5
* Revert "Fix for hang, emu_options::add_slot_options was changed, other thing... Miodrag Milanovic2016-01-201-1/+1
* Fix for hang, emu_options::add_slot_options was changed, other things are ju... Miodrag Milanovic2016-01-181-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-5/+5
* tags are now strings (nw) Miodrag Milanovic2016-01-161-5/+5
* Return std::string objects by value rather than pass by reference AJR2016-01-101-5/+3
* Fix errors from faulty merge (nw) AJR2016-01-021-9/+22
* Allow mame -validate -verbose to capture verbose messages AJR2016-01-021-18/+23
* Revert "Allow mame -validate -verbose to display more messages (and make erro... Miodrag Milanović2015-12-281-50/+27
* Allow mame -validate -verbose to display more messages (and make error/warnin... AJR2015-12-271-27/+50