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
*
Consolidated code for pasing enum strings in (#6592)
npwoods
2020-04-27
1
-38
/
+67
*
srcclean and manual cleanup (nw)
Vas Crabb
2020-04-26
1
-4
/
+4
*
Enhancing LUA video:begin_recording() function with optional format (#6533)
npwoods
2020-04-22
1
-11
/
+44
*
Refactoring of AVI/MNG recording code (#6537)
npwoods
2020-04-22
2
-5
/
+5
*
softlist_dev.cpp: start adding validation for data areas
Vas Crabb
2020-04-16
1
-27
/
+1
*
ROM loading cleanup:
Vas Crabb
2020-04-15
7
-85
/
+130
*
Make expressions octal for applicable address spaces in disassembly view
AJR
2020-04-13
2
-9
/
+9
*
ui: remove clock freqs trailing 0s on machine info screen (nw)
hap
2020-04-03
2
-47
/
+83
*
Revert "ui: remove clock freqs trailing 0s on machine info screen (nw)"
hap
2020-04-03
2
-54
/
+43
*
ui: remove clock freqs trailing 0s on machine info screen (nw)
hap
2020-04-03
2
-43
/
+54
*
about: remove auto pause (nw)
hap
2020-03-26
2
-21
/
+3
*
menu: change Dip to DIP, add appname to about (nw)
hap
2020-03-21
1
-2
/
+2
*
compile in the contents of the COPYING file for the about box - safer than as...
Vas Crabb
2020-03-22
2
-49
/
+12
*
Fix compile, nw
MooglyGuy
2020-03-11
1
-0
/
+2
*
-frontend: Added an About menu option to display the contents of COPYING in o...
MooglyGuy
2020-03-11
5
-30
/
+209
*
(nw) Cleanup on the way:
Vas Crabb
2020-03-10
13
-68
/
+65
*
luaengine: save state to/from binary string buffer (#6354)
feos
2020-02-24
1
-0
/
+27
*
srcclean and manual adjustments (nw)
Vas Crabb
2020-02-23
1
-1
/
+1
*
luaengine: Back out part of unrelated WIP I didn't mean to commit (nw)
AJR
2020-02-16
1
-3
/
+3
*
luaengine: Expose osd_subst_env as emu.subst_env (nw)
AJR
2020-02-16
1
-3
/
+9
*
fix various things. checkpointed the alphatpc16, will credit before next rel...
cracyc
2020-02-11
1
-7
/
+5
*
Merge pull request #6195 from firewave/includes
R. Belmont
2020-01-22
6
-6
/
+6
|
\
|
*
use C++ library includes (nw)
firewave
2020-01-22
6
-6
/
+6
*
|
fixed some clang-tidy warnings (nw) (#6197)
Oliver Stöneberg
2020-01-22
13
-47
/
+47
|
/
*
luaengine: addr_space:read_range() (#6120)
feos
2020-01-18
1
-0
/
+59
*
input_sdl: Process control characters so that the natural keyboard can see th...
AJR
2020-01-10
1
-2
/
+2
*
(nw) the software list device is identified by its tag, the name is tells you...
Vas Crabb
2019-12-31
1
-2
/
+2
*
infoxml.cpp: Fix attribute order [Couriersud]
couriersud
2019-12-30
1
-1
/
+1
*
lua: add address_mask and endianness to addr_space library (#6061)
feos
2019-12-19
1
-4
/
+23
*
(nw) don't escape stuff that shouldn't be escaped
Vas Crabb
2019-12-19
1
-1
/
+1
*
Make -listsoftware and -getsoflist recognise software lists that come from sl...
Vas Crabb
2019-12-19
2
-89
/
+91
*
infoxml.cpp: Fix build (nw)
AJR
2019-12-16
1
-2
/
+2
*
infoxml.cpp: Output software lists for devices.
Vas Crabb
2019-12-17
1
-5
/
+16
*
allow slot options with -listsoftware so stuff like spectrum_mgt_flop can be ...
Vas Crabb
2019-12-17
1
-3
/
+1
*
romident: find software lists attached to devices that aren't in any system b...
Vas Crabb
2019-12-17
1
-48
/
+36
*
Allow saving members of structures in n-dimensional arrays, even if the membe...
Vas Crabb
2019-12-09
2
-17
/
+50
*
softlist_dev.cpp: get some stuff out of the global namespace (nw)
Vas Crabb
2019-12-08
3
-4
/
+4
*
Add -lowlatency option to UI.
Antonio Giner
2019-12-02
1
-0
/
+1
*
ui/cheatopt.cpp: MT07510 (nw)
Ivan Vangelista
2019-11-29
1
-4
/
+1
*
plugins/cheatfind: permit entry of cheat names
cracyc
2019-11-27
1
-0
/
+4
*
don't attempt to load a translation file if the language setting is empty (nw)
Vas Crabb
2019-11-26
1
-1
/
+4
*
util/options.cpp: fix locale issues and a const correctness issue
Vas Crabb
2019-11-23
1
-1
/
+1
*
UI updates:
Vas Crabb
2019-11-22
11
-226
/
+344
*
UI input menu: treat codes containing a postive and negative of the same thin...
Vas Crabb
2019-11-21
2
-4
/
+5
*
luaengine: fix tabs (nw)
cracyc
2019-11-20
1
-3
/
+3
*
plugins/cheat: show pressed buttons when setting hotkeys (nw)
cracyc
2019-11-20
1
-4
/
+23
*
UI input mapping menu updates:
Vas Crabb
2019-11-21
12
-68
/
+330
*
sliders.cpp: Support PORT_CONDITION for PORT_ADJUSTER [Couriersud]
couriersud
2019-11-20
1
-7
/
+13
*
UI: when modifying an input mapping, only cycle default/none if UI_CANCEL is ...
Vas Crabb
2019-11-20
2
-3
/
+12
*
restore code cleaning behaviour prior to ae2cc6853d935d3daeadd84b0b740af82ea9...
Vas Crabb
2019-11-20
1
-4
/
+3
[next]