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
/
frontend
Commit message (
Expand
)
Author
Age
Files
Lines
*
ui: Rationalised use of menu item flags:
Vas Crabb
2026-04-29
15
-85
/
+112
*
ui/submenu.cpp: Fixed potential crash in Video Options menu on Windows.
Vas Crabb
2026-04-04
1
-21
/
+27
*
frontend/mame/luaengine_debug.cpp: Got rid of another wannabe std::span.
Vas Crabb
2026-04-03
1
-12
/
+3
*
Switched language standard to C++20, bumped compiler requirement to GCC 11. (...
Vas Crabb
2026-04-02
1
-9
/
+11
*
Fixed things C++20 doesn't allow:
Vas Crabb
2026-03-29
4
-16
/
+15
*
frontend/mame/clifront.cpp: add pattern explainations for -listbios
angelosa
2026-03-25
1
-2
/
+2
*
Fixed various things that C++20 doesn't allow:
Vas Crabb
2026-03-25
3
-21
/
+8
*
-emu/dislot.cpp: Cleaned up interface.
Vas Crabb
2026-03-22
10
-46
/
+61
*
ui: include fastforward in unthrottle_mute,
hap
2026-03-11
3
-69
/
+67
*
emu/diimage.cpp: Notify on changing preset images.
Vas Crabb
2026-02-27
3
-28
/
+30
*
ui/miscmenu.cpp: Don't crash on the network devices menu when there are no ne...
Vas Crabb
2026-02-21
1
-3
/
+8
*
video/vector.cpp, frontend/mame/luaengine.cpp: Refactored recently-added Lua ...
MooglyGuy
2026-02-20
1
-31
/
+65
*
Added LUA bindings for vector-screen interfaces.
David W Plummer
2026-02-09
1
-0
/
+32
*
ui: only sleep if no frame update after prev commit,
hap
2026-02-07
2
-4
/
+8
*
ui: add throttled frame update to another startup event loop and sleep for 1ms
hap
2026-02-07
2
-17
/
+17
*
frontend/mame/ui/ui.cpp: limit frame updates on initial gameinfo/warning scre...
angelosa
2026-02-06
1
-1
/
+11
*
Mostly cleanup and housekeeping:
Vas Crabb
2026-01-31
1
-13
/
+13
*
frontend/mame/luaengine.h: Turn on sol's "safe numerics".
Vas Crabb
2026-01-25
1
-0
/
+1
*
Revert "LUA: Fixing an issue setting float options (#14843)"
Vas Crabb
2026-01-24
1
-5
/
+10
*
LUA: Fixing an issue setting float options (#14843)
npwoods
2026-01-24
1
-10
/
+5
*
ibm5170.xml, ibm5170_cdrom.xml, zx81_cass.xml: Start converting "usage" info ...
AJR
2026-01-22
1
-0
/
+2
*
LUA: Ensuring that `entry:default_value()` returns the correct type (#14825)
npwoods
2026-01-19
1
-1
/
+17
*
ui/submenu.cpp: Use "classic" locale for numeric conversions, suppor UI Clear...
Vas Crabb
2026-01-13
1
-22
/
+50
*
-util/options.cpp: Shuffled numeric option conversions:
Vas Crabb
2026-01-13
1
-30
/
+6
*
frontend/mame/luaengine.cpp: Better handling of options:
Vas Crabb
2026-01-13
1
-31
/
+62
*
kenseim.lay: tweak colors a bit,
hap
2026-01-09
1
-1
/
+0
*
ui/pluginopt.cpp: Fixed declaration/expression abiguity upsetting some compil...
Vas Crabb
2026-01-06
1
-3
/
+3
*
-plugins/inputmacro: Added support for non-wrapping analog inputs.
Vas Crabb
2026-01-06
4
-25
/
+39
*
adp/manohman.cpp: Use English DIP switch setting labels.
Vas Crabb
2025-12-19
1
-2
/
+2
*
Added `tag` attribute to Info XML `<device_ref>` elements (#14641)
npwoods
2025-12-14
1
-1
/
+2
*
ui: add speaker channels to gameinfo panel
hap
2025-12-09
2
-8
/
+71
*
frontend/mame/luaengine.cpp: Refactored machine:side_effects_disabled() as a ...
holub
2025-12-04
1
-1
/
+1
*
mame/luaengine.cpp: Access machine.side_effects_disabled (#14621)
holub
2025-12-02
1
-0
/
+1
*
sega/model2_v.cpp: Pre-bind render callback delegates.
Vas Crabb
2025-10-31
1
-2
/
+2
*
luaengine_input.cpp: Export minvalue and maxvalue for IPT_ADJUSTER. (#14317)
m1macrophage
2025-10-11
1
-2
/
+4
*
frontend/mame/luaengine_input.cpp: Allow configuring analog input adjustments...
Vas Crabb
2025-10-08
1
-45
/
+199
*
Remove PORT_ROTATED from the core. This automatic joystick remapping feature ...
ajrhacker
2025-09-25
1
-1
/
+0
*
emu/ioport.cpp: Removed the "optional" field flag.
Vas Crabb
2025-09-22
4
-30
/
+1
*
uicmd14.md: add newline
hap
2025-09-15
1
-1
/
+1
*
uicmd14: add copyright info
hap
2025-09-15
1
-0
/
+4
*
Split multiple languages/developers into separate info elements in all softwa...
holub
2025-09-02
1
-0
/
+1
*
analogipt: hold ALT to inc/dec setting by 100
hap
2025-08-24
1
-2
/
+3
*
docs: add note about compressor
hap
2025-07-16
1
-2
/
+2
*
compressor: add a header to advanced settings
hap
2025-07-16
1
-1
/
+1
*
compressor: re-add infinite release option, and also infinite ratio
hap
2025-07-16
2
-13
/
+56
*
audioeffects.h: correction to function prototype
hap
2025-07-15
1
-1
/
+1
*
ui: update prev commit (keeping max settings same as before)
hap
2025-07-15
2
-10
/
+11
*
ui: finer control over hq resampler settings
hap
2025-07-15
2
-61
/
+34
*
(emu.h) sound: use emplace instead of emplace_back when reconfiguring mapping
hap
2025-07-10
2
-35
/
+62
*
viewgfx: add shift/ctrl/alt modifier keys to some controls
hap
2025-07-08
1
-28
/
+35
[next]