summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/validity.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-3/+3
* Fix region validation for slot devices (nw) AJR2017-06-101-1/+1
* Fix vas' problem, region_length() is expected to return 0 if the region doesn... Olivier Galibert2017-06-101-1/+1
* Attempt basic validation of slot cards Vas Crabb2017-06-101-1/+1
* general cleanup: Vas Crabb2017-05-231-4/+0
* srcclean (nw) Vas Crabb2017-04-231-1/+1
* Changed validity_checker to keep a fresh emu_options for validation purposes ... npwoods2017-04-151-0/+4
* clean up a few more device issues, add basic device validation Vas Crabb2017-03-031-1/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-5/+5
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-5/+5
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* Validity checking improvements AJR2016-07-271-1/+1
* Introduce validity checks for RGB utilities and fix bugs uncovered [Vas Crabb] Vas Crabb2016-07-141-8/+15
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+1
* lower deps on clifront.h (nw) Miodrag Milanovic2016-04-151-1/+3
* Some more validity checking improvements: AJR2016-01-241-1/+1
* Fix errors from faulty merge (nw) AJR2016-01-021-0/+1
* Allow mame -validate -verbose to capture verbose messages AJR2016-01-021-0/+5
* Revert "Allow mame -validate -verbose to display more messages (and make erro... Miodrag Milanović2015-12-281-2/+0
* Allow mame -validate -verbose to display more messages (and make error/warnin... AJR2015-12-271-0/+2
* tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) Miodrag Milanovic2015-12-091-6/+6
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-1/+1
* Revert "Make screen rotation to be per-screen attribute (nw)" Miodrag Milanovic2015-10-121-1/+0
* Make screen rotation to be per-screen attribute (nw) Miodrag Milanovic2015-10-091-0/+1
* Actually return an error when the validity check fails Dirk Best2015-07-111-1/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-3/+3
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-1/+1
* First step to move osd_printf_* into osd again. Callbacks are now couriersud2015-03-041-7/+7
* unregister OSD_OUTPUT_CHANNEL hooks when validity_checker is destroyed - fixe... Oliver Stöneberg2014-09-081-0/+1
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-3/+3
* device_gfx_interface [Alex Jackson] Alex W. Jackson2014-04-051-1/+0
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-0/+4
* rest of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-1/+1
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-2/+2
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-16/+16
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-3/+3
* Move driver list/enumerator to new file drivenum.c/.h. Aaron Giles2012-04-061-0/+1
* - removed need for *_dev.lst files [Miodrag Milanovic] Miodrag Milanovic2012-02-231-1/+0
* Clean-ups and version bumpmame0144u7 Angelo Salese2012-01-291-8/+8
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-4/+119
* 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-1/+1
* Changed driver_device to expose the game_driver's ROMs through the Aaron Giles2010-09-031-1/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-2/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+0
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-1/+1
* Added some missing header declarations and static qualifiers. Added validity.... Phil Bennett2010-01-061-0/+22