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
/
lib
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Various improvements to image file handling:
Vas Crabb
2020-10-08
5
-149
/
+867
*
3rdparty/nanosvg: Re-base on latest upstream.
Vas Crabb
2020-10-05
1
-1
/
+5
*
-emu/rendlay.cpp: Allow item animation.
Vas Crabb
2020-10-05
1
-5
/
+4
*
Got rid of global_alloc/global_free.
Vas Crabb
2020-10-03
2
-38
/
+8
*
Cleaned up bitmap API.
Vas Crabb
2020-09-27
7
-101
/
+120
*
util/bitmap.cpp: Use std::fill_n to get better code for modern CPUs.
Vas Crabb
2020-09-20
1
-74
/
+15
*
xmlfile.cpp: Put newline where it’s supposed to go after element content.
Vas Crabb
2020-09-06
1
-1
/
+2
*
-util/xmlfile: Escape attribute and element content.
Vas Crabb
2020-09-06
1
-4
/
+42
*
Don't ignore config elements with attributes but no child nodes.
Vas Crabb
2020-09-02
2
-5
/
+16
*
frontend: Added option to skip repeated imperfect emulation warnings.
Vas Crabb
2020-09-02
2
-11
/
+10
*
recording: fix frame sync regression (nw)
hap
2020-06-19
2
-4
/
+4
*
With permission from Dirk Best, apply 3-clause BSD license to common devices ...
Vas Crabb
2020-04-13
1
-1
/
+0
*
split was using sha1.h directly - fix that (nw)
Vas Crabb
2020-04-13
1
-1
/
+1
*
util: re-implement SHA-1 and get rid of the two third-party implementations (nw)
Vas Crabb
2020-04-13
7
-731
/
+198
*
Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360)
Oliver Stöneberg
2020-04-08
18
-15
/
+110
*
centralise instantiation of more of the util::strformat engine
Vas Crabb
2020-04-08
2
-0
/
+1066
*
(nw) Cleanup on the way:
Vas Crabb
2020-03-10
1
-11
/
+95
*
util/strformat.h: future-proof for C++20 (GitHub #6275)
Vas Crabb
2020-02-09
1
-31
/
+54
*
Revert "Alfaskop improvements"
Vas Crabb
2020-01-31
2
-21
/
+3
*
Merge pull request #6068 from JoakimLarsson/alfaskop_pla
Joakim Larsson Edström
2020-01-31
2
-3
/
+21
|
\
|
*
alfaskop41xx.cpp, jedparse.h, mc6844.cpp : addressed PR feedback
Joakim Larsson Edstrom
2019-12-27
1
-7
/
+6
|
*
pla.cpp, jedparse, jedutil: Added recognition and some support for alternativ...
Joakim Larsson Edstrom
2019-12-18
2
-1
/
+20
*
|
there are reasons for things being the way they were (nw)
Vas Crabb
2020-01-31
8
-6
/
+57
*
|
fixed some modernize-use-auto clang-tidy warnings (nw) (#6238)
Oliver Stöneberg
2020-01-30
12
-38
/
+38
*
|
fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237)
Oliver Stöneberg
2020-01-30
22
-166
/
+20
*
|
fixed some clang-tidy warnings (nw) (#6236)
Oliver Stöneberg
2020-01-30
7
-8
/
+8
*
|
Merge pull request #6195 from firewave/includes
R. Belmont
2020-01-22
30
-61
/
+61
|
\
\
|
*
|
use C++ library includes (nw)
firewave
2020-01-22
30
-61
/
+61
*
|
|
fixed some clang-tidy warnings (nw) (#6197)
Oliver Stöneberg
2020-01-22
2
-2
/
+2
|
/
/
*
|
Eliminate simple_list_wrapper and replace its only use (nw)
AJR
2020-01-18
1
-34
/
+0
*
|
add missing return statement for LRU cache assignment operator (nw)
Vas Crabb
2019-12-20
1
-0
/
+1
*
|
coretmpl.h: different approach to member initialisation - hopefully work arou...
Vas Crabb
2019-12-20
1
-65
/
+62
|
/
*
Fix clang error: cannot initialize a parameter of type 'void *' with an lvalu...
AJR
2019-11-24
1
-1
/
+1
*
apparently 3AM is not the time to code (nw)
Vas Crabb
2019-11-25
1
-3
/
+3
*
helps to git add before git commit (nw)
Vas Crabb
2019-11-25
1
-1
/
+1
*
pre-fill things allocated with operator new with 0xcd in debug builds (value ...
Vas Crabb
2019-11-25
1
-0
/
+34
*
util/options.cpp: fix locale issues and a const correctness issue
Vas Crabb
2019-11-23
2
-89
/
+169
*
misc cleanup:
Vas Crabb
2019-11-18
3
-101
/
+99
*
Fix invalid std::vector<> lookup in aviio.cpp
npwoods
2019-11-04
1
-1
/
+2
*
Make devdelegate more like devcb for configuration. This is a
Vas Crabb
2019-10-26
1
-32
/
+32
*
Fix spelling, tidy whitespace
Zoë Blade
2019-10-21
2
-14
/
+14
*
aviio: increase max size (nw)
hap
2019-10-05
1
-1
/
+1
*
aviio: dont crash on buffer overflow (nw)
hap
2019-10-04
1
-0
/
+3
*
Make osd_printf_* use util/strformat semantics.
Vas Crabb
2019-09-26
4
-56
/
+44
*
-avivideo.cpp: Added an image device to provide looping uncompressed AVI fram...
mooglyguy
2019-09-23
2
-14
/
+14
*
Make bitmap8_t, bitmap16_t, bitmap32_t and bitmap64_t specializations of one ...
AJR
2019-09-16
2
-91
/
+66
*
render.cpp: print a warning and continue on encountering malformed XML in a l...
Vas Crabb
2019-09-08
1
-6
/
+10
*
Fix build in newer Emscripten versions (nw)
Justin Kerk
2019-08-08
1
-1
/
+1
*
Use canonical spelling of "canonical" (nw)
AJR
2019-08-02
2
-2
/
+2
*
harddisk: Support non-CHD harddisk images in raw and 2MG format [R. Belmont]
arbee
2019-08-01
2
-7
/
+73
[next]