index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
validity.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-5
/
+5
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-5
/
+5
*
use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c...
Miodrag Milanovic
2016-10-22
1
-1
/
+1
*
Validity checking improvements
AJR
2016-07-27
1
-1
/
+1
*
Introduce validity checks for RGB utilities and fix bugs uncovered [Vas Crabb]
Vas Crabb
2016-07-14
1
-8
/
+15
*
Cleanups and version bump
mame0173
Miodrag Milanovic
2016-04-27
1
-1
/
+1
*
lower deps on clifront.h (nw)
Miodrag Milanovic
2016-04-15
1
-1
/
+3
*
Some more validity checking improvements:
AJR
2016-01-24
1
-1
/
+1
*
Fix errors from faulty merge (nw)
AJR
2016-01-02
1
-0
/
+1
*
Allow mame -validate -verbose to capture verbose messages
AJR
2016-01-02
1
-0
/
+5
*
Revert "Allow mame -validate -verbose to display more messages (and make erro...
Miodrag Milanović
2015-12-28
1
-2
/
+0
*
Allow mame -validate -verbose to display more messages (and make error/warnin...
AJR
2015-12-27
1
-0
/
+2
*
tagmap_t to std::unordered_map or std::unordered_set where applicable (nw)
Miodrag Milanovic
2015-12-09
1
-6
/
+6
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-1
/
+1
*
Revert "Make screen rotation to be per-screen attribute (nw)"
Miodrag Milanovic
2015-10-12
1
-1
/
+0
*
Make screen rotation to be per-screen attribute (nw)
Miodrag Milanovic
2015-10-09
1
-0
/
+1
*
Actually return an error when the validity check fails
Dirk Best
2015-07-11
1
-1
/
+1
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-3
/
+3
*
string -> str rename due to future conflicts (nw)
Miodrag Milanovic
2015-04-12
1
-1
/
+1
*
First step to move osd_printf_* into osd again. Callbacks are now
couriersud
2015-03-04
1
-7
/
+7
*
unregister OSD_OUTPUT_CHANNEL hooks when validity_checker is destroyed - fixe...
Oliver Stöneberg
2014-09-08
1
-0
/
+1
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-3
/
+3
*
device_gfx_interface [Alex Jackson]
Alex W. Jackson
2014-04-05
1
-1
/
+0
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-0
/
+4
*
rest of ATTR_PRINTF review (nw)
Oliver Stöneberg
2014-02-25
1
-1
/
+1
*
Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M...
Miodrag Milanovic
2014-02-16
1
-2
/
+2
*
Bulk convert files that already had standard BSD license in my name
Aaron Giles
2013-10-16
1
-31
/
+2
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-16
/
+16
*
ioport.c C++ conversion. Mostly internal changes, with no
Aaron Giles
2012-05-03
1
-3
/
+3
*
Move driver list/enumerator to new file drivenum.c/.h.
Aaron Giles
2012-04-06
1
-0
/
+1
*
- removed need for *_dev.lst files [Miodrag Milanovic]
Miodrag Milanovic
2012-02-23
1
-1
/
+0
*
Clean-ups and version bump
mame0144u7
Angelo Salese
2012-01-29
1
-8
/
+8
*
Move devices into a proper hierarchy and handle naming
Aaron Giles
2012-01-24
1
-4
/
+119
*
Converted core_options to a class. Removed a bunch of marginal
Aaron Giles
2011-03-03
1
-1
/
+1
*
mame_file is now emu_file and is a class. It is required
Aaron Giles
2011-02-12
1
-1
/
+1
*
Changed driver_device to expose the game_driver's ROMs through the
Aaron Giles
2010-09-03
1
-1
/
+1
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-2
/
+2
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-2
/
+0
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-1
/
+1
*
Added some missing header declarations and static qualifiers. Added validity....
Phil Bennett
2010-01-06
1
-0
/
+22