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
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
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
/
mame
/
ui
/
devopt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
full xtal conversion
xtal
Olivier Galibert
2 days
1
-5
/
+5
*
Move UTF8_xxx string literal macros to new header in lib/util
AJR
2022-09-25
1
-0
/
+2
*
Render-related cleanup
AJR
2021-12-30
1
-0
/
+1
*
frontend: Don't call .name() on I/O port fields without a running machine.
Vas Crabb
2021-12-15
1
-4
/
+4
*
screen: report refresh rate <1hz as error in validity check
hap
2021-12-08
1
-7
/
+10
*
ui: change string parse for screen hz info
hap
2021-12-07
1
-2
/
+5
*
frontend: Make all the textbox menus use the custom navigation flag, on the o...
Vas Crabb
2021-10-31
1
-1
/
+2
*
-frontend: Refactored menu event handling and fixed a number of issues. (#8777)
Vas Crabb
2021-10-31
1
-236
/
+283
*
API cleanups and miscellaneous fixes.
Vas Crabb
2021-07-15
1
-2
/
+2
*
More Lua engine clean-up and documentation, resulting in core cleanup.
Vas Crabb
2020-12-18
1
-1
/
+3
*
C++17 string handling updates (without charconv so as not to break GCC 7)
AJR
2020-12-08
1
-1
/
+1
*
Fairly significant overhaul of Lua engine and some cleanup.
Vas Crabb
2020-11-25
1
-7
/
+7
*
ui: remove clock freqs trailing 0s on machine info screen (nw)
hap
2020-04-03
1
-24
/
+43
*
Revert "ui: remove clock freqs trailing 0s on machine info screen (nw)"
hap
2020-04-03
1
-30
/
+26
*
ui: remove clock freqs trailing 0s on machine info screen (nw)
hap
2020-04-03
1
-26
/
+30
*
Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw)
AJR
2018-11-05
1
-1
/
+1
*
Better support for screen orientation/geometry:
Vas Crabb
2018-07-26
1
-1
/
+4
*
Move ROM loading macros to romentry.h and remove romload.h from emu.h (nw)
AJR
2018-06-24
1
-0
/
+1
*
Make MCFG_DEVICE_ADD and callable device types more flexible:
Vas Crabb
2018-05-04
1
-1
/
+1
*
well that was dumb (nw)
Vas Crabb
2018-04-30
1
-2
/
+2
*
Make devopt menu localisable.
Vas Crabb
2018-04-28
1
-72
/
+76
*
Start adding stuff for iterating ROM entries in a more C++ way without needin...
Vas Crabb
2017-09-22
1
-7
/
+4
*
Turn most of the ROM entry accessor macros into templates, and make them work...
Vas Crabb
2017-09-18
1
-9
/
+12
*
Encapsulate a bit more of the menu base class to control when layout changes ...
Vas Crabb
2016-11-23
1
-1
/
+1
*
DAC WIP, started documenting the DACs in use. [smf]
smf-
2016-10-17
1
-1
/
+1
*
C++-fiied code that iterates over rom_entry arrays (without usage of rom_[fir...
Nathan Woods
2016-08-07
1
-7
/
+7
*
UI refactoring: [Vas Crabb]
Vas Crabb
2016-07-10
1
-1
/
+1
*
Revert "C++ comments for some parts."
Vas Crabb
2016-07-05
1
-1
/
+1
*
C++ comments for some parts.
dankan1890
2016-07-04
1
-1
/
+1
*
Added a move constructor and got rid of the 'const char *' overload. I had t...
Nathan Woods
2016-06-29
1
-1
/
+1
*
Cleanup and version bump
mame0175
Miodrag Milanovic
2016-06-29
1
-1
/
+0
*
ioport tagged_list to unordered_map (nw)
Miodrag Milanovic
2016-06-18
1
-2
/
+2
*
ui refactoring [Vas Crabb]
Vas Crabb
2016-05-27
1
-7
/
+11
*
Relieve UI menus and such from having to constantly fetch UI object from glob...
AJR
2016-04-26
1
-1
/
+1
*
Split UI and frontend part from core [Miodrag Milanovic]
Miodrag Milanovic
2016-04-23
1
-0
/
+279