index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
devices
/
video
/
polylgcy.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-2
/
+2
*
polylgcy.cpp: Fix outdated missing MAX macros used for statistics
Ted Green
2020-07-08
1
-9
/
+9
*
Start cleaning up palette configuration:
Vas Crabb
2018-12-29
1
-3
/
+3
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-13
/
+19
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-89
/
+89
*
cleanup of some conversions (nw)
Miodrag Milanovic
2016-07-31
1
-1
/
+1
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-15
/
+15
*
Use std::atomic and std::mutex where applicable (nw)
Miodrag Milanovic
2016-03-01
1
-4
/
+4
*
removed memory tracking (nw)
Miodrag Milanovic
2016-01-08
1
-1
/
+1
*
macro removal INLINE -> static inline (nw)
Miodrag Milanovic
2015-12-12
1
-5
/
+5
*
clang-modernize part 3
Miodrag Milanovic
2015-12-04
1
-8
/
+8
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+1359