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
/
frontend
Commit message (
Expand
)
Author
Age
Files
Lines
*
Work around glibstdc++ allocator not dealing with T & being the same thing as...
Vas Crabb
2018-01-26
1
-1
/
+1
*
misc fix/cleanup (nw)
Vas Crabb
2018-01-26
2
-9
/
+14
*
Eliminate core_strdup (nw)
AJR
2018-01-24
2
-1
/
+3
*
Convert zippath directory to a C++ interface
Vas Crabb
2018-01-10
2
-8
/
+11
*
fixed MT06816 (alloc-dealloc-mismatch in menu.cpp) (nw)
firewave
2018-01-07
1
-1
/
+1
*
plugins/portname: new wip plugin for loading translations or alt names for in...
cracyc
2017-12-30
1
-0
/
+21
*
fmtowns_cd: hand fix rbisland (nw)
cracyc
2017-12-20
1
-1
/
+1
*
Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame""
Firehawke
2017-12-13
5
-93
/
+109
*
Revert "Merge branch 'master' of https://github.com/mamedev/mame"
Firehawke
2017-12-13
5
-109
/
+93
*
Trigger a fatal error when console was asked but the console plugin not found...
Sylvain Glaize
2017-12-14
1
-1
/
+8
*
Fix build (nw)
AJR
2017-12-06
1
-0
/
+1
*
fix MT06785
Vas Crabb
2017-12-07
2
-92
/
+93
*
Rewind feature and RAM savestates.
vadosnaprimer
2017-12-06
2
-0
/
+7
*
Fix -listdevices' misplacement of subdevices in some configurations
AJR
2017-12-01
1
-1
/
+9
*
(nw) misc cleanup: start replacing auto_alloc_* with smart pointers, get
Vas Crabb
2017-12-01
2
-6
/
+6
*
emumem: API change [O. Galibert]
Olivier Galibert
2017-11-29
1
-2
/
+2
*
(nw) File Manager -> Reset : sometimes it was ignored
Robbbert
2017-11-20
1
-3
/
+4
*
plugins/hiscore: add option to hiscore.ini to only_save_at_exit (nw)
cracyc
2017-11-10
1
-4
/
+4
*
viewgfx: fix tilemap live updates regression (nw)
hap
2017-11-05
1
-1
/
+2
*
inputmap.cpp: Avert potential crash when populating DSW menu (nw)
AJR
2017-10-18
1
-18
/
+21
*
MT 06711
Robbbert
2017-10-12
1
-11
/
+7
*
Expose condition for DIP switches, configuration entries, and adjusters.
Vas Crabb
2017-10-08
2
-328
/
+343
*
Merge pull request #2696 from BraiNKilleRGR/master
ajrhacker
2017-10-06
1
-8
/
+8
|
\
|
*
Small fixes to general info panel
BraiNKilleRGR
2017-10-04
1
-8
/
+8
*
|
Actually make sure OSD options are included when saving through UI
AJR
2017-10-06
1
-1
/
+4
*
|
Fixed an options overhaul regression (#2530)
npwoods
2017-10-06
2
-1
/
+1
|
/
*
Xcode 9 compile fix. (nw)
Curt Coder
2017-10-03
1
-1
/
+1
*
(nw) Improve localisation:
Vas Crabb
2017-10-03
2
-28
/
+27
*
Generate layouts for systems with three or more screens
Vas Crabb
2017-09-29
1
-2
/
+2
*
add lua translation to makefile and update translations
cracyc
2017-09-29
2
-17
/
+0
*
remove deprecated attributes from DTD as well (nw)
Vas Crabb
2017-09-25
1
-4
/
+0
*
fix for clang 5 unused lambda capture errors (nw)
smf-
2017-09-24
3
-7
/
+7
*
remove deprecated attributes from -listxml output (nw)
Vas Crabb
2017-09-24
1
-17
/
+0
*
Start adding stuff for iterating ROM entries in a more C++ way without needin...
Vas Crabb
2017-09-22
7
-89
/
+75
*
Culling a bit of structural deadwood (nw)
AJR
2017-09-20
1
-1
/
+0
*
Make ROM BIOS reported in listxml output match what ROM loading does
Vas Crabb
2017-09-18
1
-74
/
+117
*
Turn most of the ROM entry accessor macros into templates, and make them work...
Vas Crabb
2017-09-18
7
-71
/
+74
*
Eliminate last use of auto_alloc in frontend (nw)
AJR
2017-09-15
2
-3
/
+4
*
selmenu.cpp: Don't use auto_alloc for temporary bitmaps (nw)
AJR
2017-09-15
2
-78
/
+66
*
ui.cpp: Eliminate now-unnecessary machine parameter (nw)
AJR
2017-09-15
2
-25
/
+25
*
Use std::unique_ptr to manage instances of slider_state (nw)
AJR
2017-09-15
3
-32
/
+33
*
Merge duplicate code for drawing UI palette menu (nw)
AJR
2017-09-15
4
-213
/
+34
*
menu: bug fix for network menu (nw)
Patrick Mackinlay
2017-09-13
1
-1
/
+1
*
selmenu: don't translate info box titles twice (nw)
cracyc
2017-09-04
2
-5
/
+5
*
plugins: gettextify localizable strings (nw)
cracyc
2017-09-03
1
-1
/
+2
*
luaengine: translation support [Carl]
cracyc
2017-09-04
1
-0
/
+2
*
fix warning message (nw)
Vas Crabb
2017-09-03
1
-1
/
+1
*
fix crash on invalid/empty/outdated ui.ini, salvage some of Russian translati...
Vas Crabb
2017-08-25
1
-1
/
+4
*
fix localisation issue in info box, prepare for strings update (nw)
Vas Crabb
2017-08-23
1
-1
/
+1
*
try to appease GCC, update language files (nw)
Vas Crabb
2017-08-21
1
-1
/
+1
[next]