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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Cycle-accurate DSP16 core (disabled in QSound for performance reasons)
Vas Crabb
2018-03-15
1
-1
/
+1
*
destaticify initializations (nw) (#3289)
wilbertpol
2018-03-04
1
-2
/
+2
*
Register device callbacks and add some basic validation for them
AJR
2018-02-20
1
-0
/
+6
*
Fixes (nw)
Olivier Galibert
2018-02-13
1
-2
/
+4
*
API Change: Machine configs are now a method of the owner class, and the prot...
Olivier Galibert
2018-01-17
1
-4
/
+4
*
Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame""
Firehawke
2017-12-13
1
-0
/
+4
*
Revert "Merge branch 'master' of https://github.com/mamedev/mame"
Firehawke
2017-12-13
1
-4
/
+0
*
allow compiler a little more optimisation leeway in x86 count_leading_* (nw)
Vas Crabb
2017-12-02
1
-0
/
+4
*
validity.cpp: Prevent insane recursion when multiple slot devices have the sa...
AJR
2017-11-30
1
-2
/
+3
*
Merge pull request #2672 from npwoods/multiple_natural_keyboard_bindings
R. Belmont
2017-10-10
1
-6
/
+9
|
\
|
*
Added support for multiple PORT_CHAR() bindings, and adopted in the CoCo driv...
Nathan Woods
2017-09-24
1
-6
/
+9
*
|
rgbsse: Optimize some sse routines. (nw) (#2700)
tedgreen99
2017-10-09
1
-0
/
+32
*
|
rgbsse: Rather simple performance optimization. (nw)
Ted Green
2017-09-29
1
-0
/
+8
|
/
*
Start adding stuff for iterating ROM entries in a more C++ way without needin...
Vas Crabb
2017-09-22
1
-11
/
+11
*
Added a natural keyboard validation to check for valid natural keyboard (uni)...
npwoods
2017-09-05
1
-0
/
+13
*
fix exit status (nw)
Vas Crabb
2017-09-05
1
-1
/
+1
*
-validate will now report an error if no matches occur
Nathan Woods
2017-09-04
1
-0
/
+10
*
Validate BIOS names and fix most errors found:
Vas Crabb
2017-08-25
1
-18
/
+46
*
fix -valid with MSVC (nw)
Vas Crabb
2017-08-24
1
-1
/
+1
*
Move unemulated/imperfect flags from machines into devices.
Vas Crabb
2017-07-27
1
-10
/
+27
*
remove this check - it causes MSVC release builds to crash, and the things it...
Vas Crabb
2017-07-15
1
-65
/
+56
*
Should be slightly more efficient this way (nw)
AJR
2017-06-10
1
-4
/
+7
*
Further improvements to slot option validation (nw)
AJR
2017-06-10
1
-36
/
+33
*
fix the missing default subslot devices on slot card validation
Vas Crabb
2017-06-11
1
-2
/
+21
*
Fix region validation for slot devices (nw)
AJR
2017-06-10
1
-3
/
+4
*
improve code for instantiating slot devices for validation - still doesn't fi...
Vas Crabb
2017-06-11
1
-2
/
+14
*
Attempt basic validation of slot cards
Vas Crabb
2017-06-10
1
-0
/
+21
*
Add validation check for contradictory flags, fix things it caught (nw)
Vas Crabb
2017-05-31
1
-1
/
+9
*
More auxiliary verb stuff:
Vas Crabb
2017-05-18
1
-0
/
+4
*
Misc. validation fixes (nw)
AJR
2017-05-18
1
-34
/
+1
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-10
/
+10
*
Changed validity_checker to keep a fresh emu_options for validation purposes ...
npwoods
2017-04-15
1
-2
/
+1
*
Changed the validity checks to have its own emu_options
Nathan Woods
2017-04-09
1
-1
/
+2
*
clean up a few more device issues, add basic device validation
Vas Crabb
2017-03-03
1
-10
/
+130
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-252
/
+252
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-252
/
+252
*
use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c...
Miodrag Milanovic
2016-10-22
1
-1
/
+1
*
check that driver names contain only [0-9a-z_] (nw)
Vas Crabb
2016-09-10
1
-0
/
+8
*
Increased max length of parent name to 16, for evaluation purposes. (nw)
Robbbert
2016-09-09
1
-2
/
+2
*
Validity checking improvements
AJR
2016-07-27
1
-1
/
+7
*
Moved src/emu/hash.[cpp|h] into src/lib/util, and namespaced that code (and h...
Nathan Woods
2016-07-23
1
-1
/
+1
*
check a bunch more RGB operations in validity (nw)
Vas Crabb
2016-07-15
1
-30
/
+319
*
Introduce validity checks for RGB utilities and fix bugs uncovered [Vas Crabb]
Vas Crabb
2016-07-14
1
-38
/
+597
*
ioport tagged_list to unordered_map (nw)
Miodrag Milanovic
2016-06-18
1
-6
/
+6
*
tagged_list to unordered_map for slots (nw)
Miodrag Milanovic
2016-06-18
1
-3
/
+3
*
Ioport refactoring and cleanups (nw)
AJR
2016-05-18
1
-3
/
+11
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-2
/
+2
*
Iterate over devices C++11 style
AJR
2016-04-18
1
-30
/
+25
*
lower deps on clifront.h (nw)
Miodrag Milanovic
2016-04-15
1
-1
/
+2
*
Typo fix: nonexistant → nonexistent
Jordi Mallach
2016-04-01
1
-2
/
+2
[prev]
[next]