summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/validity.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Spring cleaning: Vas Crabb2019-11-011-2/+2
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-60/+54
* validity.cpp: Be more verbose when validating device types (nw) AJR2019-06-171-0/+3
* -keyboard/a1200, changela, goldnpkr, m68705prg, mexico86, pipeline, pitnrun, ... mooglyguy2018-12-141-1/+1
* (nw) fix lots of inadverently mutable static pointers Vas Crabb2018-09-201-1/+1
* devcb3 Vas Crabb2018-07-071-6/+0
* Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw) AJR2018-06-241-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-4/+2
* Move the +1 to the proper place in the ROM BIOS macros - that's been Vas Crabb2018-05-291-3/+8
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-1/+2
* Make devopt menu localisable. Vas Crabb2018-04-281-17/+24
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-0/+3
* Allow machine configuration to specify BIOS easily, move default BIOS selecti... Vas Crabb2018-03-261-0/+2
* validity check: test all 32 results from count_leading_zeros() & count_leadin... smf-2018-03-211-10/+12
* Restrict ROM labels to a filesystem- and shell-safe subset of printable Vas Crabb2018-03-181-0/+12
* Cycle-accurate DSP16 core (disabled in QSound for performance reasons) Vas Crabb2018-03-151-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-2/+2
* Register device callbacks and add some basic validation for them AJR2018-02-201-0/+6
* Fixes (nw) Olivier Galibert2018-02-131-2/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-4/+4
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-0/+4
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-4/+0
* allow compiler a little more optimisation leeway in x86 count_leading_* (nw) Vas Crabb2017-12-021-0/+4
* validity.cpp: Prevent insane recursion when multiple slot devices have the sa... AJR2017-11-301-2/+3
* Merge pull request #2672 from npwoods/multiple_natural_keyboard_bindings R. Belmont2017-10-101-6/+9
|\
| * Added support for multiple PORT_CHAR() bindings, and adopted in the CoCo driv... Nathan Woods2017-09-241-6/+9
* | rgbsse: Optimize some sse routines. (nw) (#2700) tedgreen992017-10-091-0/+32
* | rgbsse: Rather simple performance optimization. (nw) Ted Green2017-09-291-0/+8
|/
* Start adding stuff for iterating ROM entries in a more C++ way without needin... Vas Crabb2017-09-221-11/+11
* Added a natural keyboard validation to check for valid natural keyboard (uni)... npwoods2017-09-051-0/+13
* fix exit status (nw) Vas Crabb2017-09-051-1/+1
* -validate will now report an error if no matches occur Nathan Woods2017-09-041-0/+10
* Validate BIOS names and fix most errors found: Vas Crabb2017-08-251-18/+46
* 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